HaveF / feedparser

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

Namespaced attributes discarded #293

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load an Atom feed with a namespaced attribute on an element, like 
https://api.zotero.org/users/475425/items/PG5ZCTJT?content=json
2. The attribute zapi:etag is on the tag <content>, but note that d.content[0] 
has no zapi_etag attribute.

What is the expected output? What do you see instead?
I expected there to be some way to access the content of the namespaced 
attribute.

What version of the product are you using? On what operating system?
This is using Feedparser 5.01, Python 2.7.1, Ubuntu 11.04.

Please provide any additional information below.
This issue was first reported to the Zotero developer team at 
http://groups.google.com/group/zotero-dev/browse_thread/thread/a1db3c0fe6592e6a

Original issue reported on code.google.com by ajlyon on 25 Jun 2011 at 7:49

GoogleCodeExporter commented 9 years ago
I'm having the same problem with a norwegian news-atom-feed with a custom 
extension-namespace where some of the data is missing..

Original comment by tho...@gulost.net on 13 Jan 2015 at 12:28