Universal Feed Parser issue

i3dmaster i3dmaster at gmail.com
Tue Apr 10 13:58:42 EDT 2007


I have a sample Atom feed like this:

<?xml version='1.0' encoding='utf-8'?>
<feed xmlns='http://www.w3.org/2005/Atom' xmlns:foo='http://
app.example.com/app/2007'>
  <id>http://app.example.com/fjie4id939xdl3io23</id>
  <title type='text'>foo</title>
  <author>
    <name>bar</name>
    <email>foo at foo.com</email>
  </author>
  <updated>2007-04-09T22:14:15.000Z</updated>
  <link rel='http://app.example.com/#event' type='application/atom
+xml' href='http://www.foo.com/app/feeds/#app1'></link>
  <foo:timezone value='America/Mountain'></foo:timezone>
  <foo:status value='confirmed'></foo:status>
</feed>

After parsed by feedparser, the timezone element does not get the
attribute "America/Mountain". Same thing on status element. This does
not sound an expected result.  I am wondering if it should be
considered a bug...




More information about the Python-list mailing list