- From: Prakash <prakash.subramaniam@oracle.com>
- Date: Wed, 27 Jul 2005 17:22:31 +0530
- To: www-dom@w3.org
Received on Wednesday, 27 July 2005 13:03:54 UTC
Hi All, I am trying to use some standard XPath APIs to parse XPath expressions. J2SE 5.0 (JAXP) has XPath <http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/xpath/package-summary.html> API, which looks in someways similar to DOM Level 3 XPath <http://www.w3.org/TR/DOM-Level-3-XPath/> API. But both have different interface names and definitions. Can someone tell me why is that difference and if I want to use DOM Level 3 XPath APIs, is there any standard ways of doing it in Java? Thanks in advance. Kind Regards, Prakash
Received on Wednesday, 27 July 2005 13:03:54 UTC