Universal Feed Parser issue

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Apr 11 03:06:39 EDT 2007


En Wed, 11 Apr 2007 01:51:13 -0300, i3dmaster <i3dmaster at gmail.com>  
escribió:

> 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ó:
>>
>> > <?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
>
> 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...

The link above answers *exactly* your question - have you actually read  
the page?

-- 
Gabriel Genellina




More information about the Python-list mailing list