Top "Rexml" questions

REXML is a conformant XML processor for the Ruby programming language.

converting from xml name-values into simple hash

I don't know what name this goes by and that's been complicating my search. My data file OX.session.xml …

ruby xml yaml rexml
XML parsing in Ruby

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 rexml
Ruby REXML: Get Value Of An XML Element

I 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