Quantcast
Channel: Unable to retrieve multiple tags from feed using feedparser - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Zach Kelling for Unable to retrieve multiple tags from feed using...

You could parse the XML with lxml instead:>>> import lxml.etree>>> doc = lxml.etree.parse(xml)>>> ns =...

View Article



Unable to retrieve multiple tags from feed using feedparser

I have the following XML document <?xml version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http://schemas.google.com/g/2005'...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images