Hello,
I try to read through an XML document with the libxml-ruby SAX parser. It is possible to execute the parser and I can see the output of the element according to the "puts" in the Saxparser class.
However I do not know how to get the results after the "on_start_element" and write them in to a hash. I'm browsing through Google since 3 days without any luck to find an example or understandable documentation how to get the data.
I need to get the data between <row> and </row>.
Is there anybody that can help me?
Thanks
I have done following:
Created a saxparser.rb model that looks like this: