Universal Feed Parser issue
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Wed Apr 11 15:01:39 EDT 2007
En Wed, 11 Apr 2007 14:07:15 -0300, i3dmaster <i3dmaster at gmail.com>
escribió:
> Hmm... well I don't know if I made my question clear then or you might
> have misread it?... Anyway, the namespace handling wasn't the issue
> of this question. feedparser handles it as expected but only when
> there is a text value associated with it. Look at the rdf file you
> will see the prism:issn element has a text value but in my case, the
> foo:timezone element DOES NOT have a text value but a Attribute or
> maybe attributes... What it looks like is feedparser simply ignores
> all the attributes when parsing it. This behavior wasn't seen from
> other xml parsers though.
Oh, sorry! I thought you were complaining about the namespace.
You're out of luck with this parser - see my own reply on January for a
similar issue:
http://mail.python.org/pipermail/python-list/2007-January/422237.html
--
Gabriel Genellina
More information about the Python-list
mailing list