File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes XPATH API in JAXP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "XPATH API in JAXP" Watch "XPATH API in JAXP" New topic
Author

XPATH API in JAXP

Gobiraj Vadivelrajan
Greenhorn

Joined: Dec 10, 2001
Posts: 29
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
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: XPATH API in JAXP
 
Similar Threads
Parsing XML file using Xpath in jdk1.4
XPath's role in XML
Search for a specific ID
Help with XPATH
reading xml with java