Tagged Questions
1
vote
1answer
284 views
Clear Unwanted Namespaces with LibXML-Ruby
I would like to parse an Atom Feed and create an Atom-compliant cache of each Entry.
The problem is that some feeds (this one for example) have many namespaces other than the Atom one.
Is it ...