XPath support in Java XML API?
843834Jun 5 2002 — edited Jun 7 2002Hello,
I have an application in which I am loading an xml document and then parsing through the DOM to get the elements and values that I need from the document. I had done this previously in other environments where I could use XPath statements to quickly parse to a specific node that I am searching for. However, I am not noticing any support for XPath in the latest version of the Java XML API. Is there really no support for this or have I yet to find it?
Thanks.