Hi Siegfried,
The ApplyXPathDOM sample uses the DOM Level 3 XPath API which Sun may not support (it didn't seem to in the Sun jdk that I have). The XPathAPI sample (which does pretty much the same thing) uses JAXP and that seems to work with Sun's JDK. See: file:///D:/xalan-j_2_7_0/docs/samples.html#applyxpathjaxp
Thanks.
Erin Harris
"siegfried" <[EMAIL PROTECTED]>
05/09/2006 01:44 PM |
|
I can run the ApplyXPathDOM.java sample by making a class path of the jar files shipped (downloaded) with apache Xalan. Since these are now standard interfaces (and implementations), why cannot I abandon the jars in Xalan and just use the implementations in my 1.5 JRE? Can the ApplyXPathDOM.java run with just the classes in the Sun 1.5 JRE?
Thanks,
Siegfried