Hi Siegfried, you can go the the site you indicate and download xalan-j_2_7_0.src.zip and it has source code fore the samples in it including ApplyXPathJAXP.java
It has a lot of other source code too! - Brian - - - - - - - - - - - - - - - - - - - - Brian Minchau, Ph.D. XSLT Development, IBM Toronto (780) 431-2633 e-mail: [EMAIL PROTECTED] "siegfried" <[EMAIL PROTECTED] e.com> To 09/07/2006 12:10 cc AM <xalan-j-users@xml.apache.org> Subject RE: Standard libraries in JAXP? Brian, I'm confused. Where can I find the source code to http://xml.apache.org/xalan-j/samples.html#applyxpathjaxp? It does not appear to be in the xalan-j_2_7_0-bin.zip I downloaded from http://mirror.olnevhost.net/pub/apache/xml/xalan-j/ Thanks, Siegfried -----Original Message----- From: Brian Minchau [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 11:02 PM To: siegfried Cc: xalan-j-users@xml.apache.org Subject: Re: Standard libraries in JAXP? Hi Siegfried, I think Ern meant to see this link: http://xml.apache.org/xalan-j/samples.html#applyxpathjaxp - Brian Erin Harris/Toronto/IB [EMAIL PROTECTED] To "siegfried" <[EMAIL PROTECTED]> 09/05/2006 04:32 cc PM xalan-j-users@xml.apache.org Subject Re: Standard libraries in JAXP? 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 To <[EMAIL PROTECTED] he.org> cc Subject Standard libraries in JAXP? 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