posted 14 years ago
Hi,
I have an XML that could be nested, eg
i want to get the value of a particular element, eg the value of element B is
and the value of element C is "C1".
Also, i want to use SAX parser and not the DOM parser.
I was wondering if there is a library which uses SAX parser to accomplish this, instead of me writing a SAX parser.
Thank you
Rahul