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: 597479"] Richard Saville wrote: That's what I said, I provided the links so that you can look at the API for alternatives if you want to use the W3C DOM. If it is an applet then it is usually preferred to rely on the APIs the Sun JRE provides thus if the applet is to be run with Sun 1.4 then you could use the W3C DOM Level 2 with methods like getElementsByTagName, getElementsByTagNameNS, getChildNodes(), XPath is not supported then. If you know your customers will have Sun 1.5 then as said you have W3C DOM Level 3 and you have the Sun XPath API in javax.xml.xpath.*. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
can not get selectSingleNode to compile
Top