REXML is a conformant XML processor for the Ruby programming language.
I am using a REXML Ruby parser to parse an XML file. But on a 64 bit AIX box with 64 bit …
ruby-on-rails ruby xml-parsing rexmlI am trying to put the values of some xml elements into an array using rexml. Here is an example …
ruby-on-rails ruby xml xpath rexml