Tagged Questions
1
vote
2answers
902 views
Parsing namespaced XML using libxml-ruby
I'm attempting to parse XML in the following format (from the European Central Bank data feed) using libxml-ruby:
<?xml version="1.0" encoding="UTF-8"?>
<gesmes:Envelope ...
1
vote
1answer
280 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 ...