-
Feature Request
-
Resolution: Done
-
Critical
-
JBossAS-4.0.3 Final, JBossAS-4.0.3 SP1
-
None
I want to take advantage of the new XPath APIs.
http://xml.apache.org/xalan-j/xpath_apis.html
Currently, using the XPath API out of xml-apis.jar results in:
java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom
(This goes away with JDK 1.5)