Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
can not get selectSingleNode to compile
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Martin Honnen, post: 597410"] I don't think a Node in the W3C DOM has a method named selectSingleNode, where did you get the idea it has one? The W3C DOM Level 2 Node (as implemented in Java 1.4) is documented here: <[URL]http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1950641247[/URL]> the Level 3 Node (as implemented in Java 1.5) here: <[URL]http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1950641247[/URL]> DOM Level 2 has no XPath support, DOM Level 3 has an XPath module but Java 1.5 has choosen to implement its own XPath API and not the W3C DOM. Thus if you want to use XPath with Java 1.5 you would need to use javax.xml.xpath.* [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
can not get selectSingleNode to compile
Top