jsumners / feedparser

Automatically exported from code.google.com/p/feedparser
Other
0 stars 0 forks source link

elements in unknown uppercase namespaces are ignored #389

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. parse http://www.rottentomatoes.com/syndication/rss/complete_movies.xml
2. list entries (items items)
3.

What is the expected output? What do you see instead?
RTmovie:tomatometer_percent
RTmovie:tomatometer_rating
RTmovie:certified_fresh

are not included in entries items

What version of the product are you using? On what operating system?
5.1.3
python 2.5

Please provide any additional information below.
Creating an application for developing a movie database from existing files.

Original issue reported on code.google.com by shawn.fi...@gmail.com on 28 Jan 2013 at 4:29

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 2e61129cde93.

Original comment by kurtmckee on 1 Feb 2013 at 6:03

GoogleCodeExporter commented 9 years ago
This is now fixed in git master. You should find the elements are now all 
lowercased with underscores, like "rtmovie_certified_fresh".

Original comment by kurtmckee on 1 Feb 2013 at 6:05