How to select a node using XPath using JAXP. Currently I'm able to do it using xalan XPathAPI But I need to use jaxp apis only Thanks
Roseanne Zhang
Ranch Hand
Joined: Nov 14, 2000
Posts: 1953
posted
0
I guess XPathAPI is deprecated. The new xalan is using JAXP. See http://xml.apache.org/xalan-j/apidocs/ Pay attention to this package org.w3c.dom.xpath All interfaces has a xalan implementation.