While documenting, I did notice, that for some reason, Navigator has a
parseXPath(..) method that still throws SAXPathException, which I think
is probably the problem.  Haven't investigated further.

Maybe I'll get a chance tomorrow.   Right now, going to watch TiVo
with the wife...

        -bob


On Fri, 15 Mar 2002, Elliotte Rusty Harold wrote:

> I downloaded the 1.0b8 build from the web site today. When attempting to 
> compile my Jaxen-utilising program under Java 1.4 (Haven't tried other 
> versions yet) I run into this problem:
> 
> D:\books\XMLJAVA\examples\16>javac FibonacciSOAPJaxenClient.java
> FibonacciSOAPJaxenClient.java:64: cannot access org.saxpath.SAXPathException
> file org\saxpath\SAXPathException.class not found
>     XPath expression = new XPath(
> 
> The offending line of code is
> 
>     XPath expression = new XPath(
>      "/SOAP:Envelope/SOAP:Body/f:Fibonacci_Numbers/f:fibonacci");
> 
> I've moved everything except jaxen out of my classpath and I still get 
> this error. Looking at the CVS tree, this seems to have been fixed back 
> in December. Is the zip file on the web site up-to-date? Should I 
> download from CVS instead? Or is something else likely to be going wrong?
> 
> -- 
> +-----------------------+------------------------+-------------------+
> | Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer |
> +-----------------------+------------------------+-------------------+ 
> |           The XML Bible, 2nd Edition (IDG Books, 2001)             |
> |             http://www.cafeconleche.org/books/bible2/              |
> |   http://www.amazon.com/exec/obidos/ISBN=0764547607/cafeaulaitA/   |
> +----------------------------------+---------------------------------+
> |  Read Cafe au Lait for Java News:   http://www.cafeaulait.org/     | 
> |  Read Cafe con Leche for XML News:  http://www.cafeconleche.org/   |
> +----------------------------------+---------------------------------+
> 
> 
> 
> _______________________________________________
> Jaxen-interest mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jaxen-interest
> 


_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to