I need to parse an xml string and find values of specific text nodes, attribute values etc. I\'m doing this in javascript and was using the DOMParser class for the same. Lat
See http://code.google.com/p/jlibs/wiki/XMLDog
We give set of xpaths to XMLDog and ask to sniff some XML document. It uses SAX and with one pass over the document it evaluates all the given XPaths.