XML Parser for Ruby
parsing, ruby, sax, xerces, xml
Solution
I've been successful with the Nokogiri SAX Parser
Problem
Looking for something similar to xerces for parsing an xml file in ruby. I saw the native processor REXML and another called hpricot (though I can't find any documentation on hpricot, the links all appear to be dead). I'm looking for something that would parse an xml document via SAX2 in ruby. TIA.