Universal Feed Parser issue

i3dmaster i3dmaster at gmail.com
Wed Apr 11 00:51:13 EDT 2007


On Apr 10, 6:45 pm, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
wrote:
> En Tue, 10 Apr 2007 14:58:42 -0300, i3dmaster <i3dmas... at gmail.com>
> escribió:
>
> > 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'> ...
> >   <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...
>
> Usually it's a good idea to read the documentation...  http://www.feedparser.org/docs/namespace-handling.html
>
> --
> Gabriel Genellina


I did. Perhaps its because of not 100% atom compatible of my feed
format? See if I use gnosis xml utility to parse it, it works fine
though...




More information about the Python-list mailing list