You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by David Israel <is...@infometh.com> on 2004/04/15 21:30:56 UTC

missing org.w3c.dom.xpath

Hello,

I am trying to upgrade from an old version of xalan.jar that contained
org.w3c.dom.xpath package - XPathEvaluator etc.  The 2.6.0 examples and
API still use that package but the downloaded jar files do not have it.
What is the best way for me to be able to compile with the new jars?

Thank you,
David



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org


RE: missing org.w3c.dom.xpath

Posted by David Israel <is...@infometh.com>.
Thanks very much - that's got it.  The previous one I downloaded was
xalan-j-current-bin-2jars.zip.  The xalan.jar that ships with Hibernate
also did not have it.

Thanks,
David

--------------------------------
IMI Developer
cell) (408) 802-2267


-----Original Message-----
From: Morris Kwan [mailto:mkwan@ca.ibm.com] 
Sent: Friday, April 16, 2004 10:04 AM
To: David Israel
Cc: xalan-j-users@xml.apache.org
Subject: RE: missing org.w3c.dom.xpath





 I downloaded the binrary package from this site
(http://apache.mirror.mcgill.ca/xml/xalan-j/binaries/xalan-j_2_6_0-bin.z
ip).
 The xalan.jar file contains
classes in org.w3c.dom.xpath.

Morris Kwan
XSLT Development
IBM Toronto Lab
Tel: (905)413-3729
Email: mkwan@ca.ibm.com



 

             "David Israel"

             <israel@infometh.

             com>
To 
                                       Morris Kwan/Toronto/IBM@IBMCA

             04/16/2004 12:13
cc 
             PM                        <xa...@xml.apache.org>

 
Subject 
                                       RE: missing org.w3c.dom.xpath

 

 

 

 

 

 





It and others I downloaded are official releases and they do not contain
these classes.  Not only does it not compile but inspection of the jar
directly shows they are not there.  If you have a 2.6.0 that does
contain
these classes then please email it to me.

Thank you very much,
David

-----Original Message-----
From: Morris Kwan [mailto:mkwan@ca.ibm.com]
Sent: Friday, April 16, 2004 6:11 AM
To: David Israel
Cc: xalan-j-users@xml.apache.org
Subject: Re: missing org.w3c.dom.xpath






Hi,

The Xalan-J 2.6.0 jar does contain the classes in org.w3c.dom.xpath.
Please
check your copy of the xalan.jar file. If it does not contain the
classes
under org.w3c.dom.xpath, download an offcial Xalan-J 2.6.0 release from
this site (http://xml.apache.org/xalan-j/downloads.html).

It is also likely that your Xalan-J 2.6.0 jar was not picked up by your
environment. Check this FAQ
(http://xml.apache.org/xalan-j/faq.html#faq-N100CC) if you use JDK 1.4.

Morris Kwan
XSLT Development
IBM Toronto Lab
Tel: (905)413-3729
Email: mkwan@ca.ibm.com




             "David Israel"
             <israel@infometh.
             com>
To
                                       <xa...@xml.apache.org>,
             04/15/2004 03:30          <xe...@xml.apache.org>
             PM
cc

 
Subject
                                       missing org.w3c.dom.xpath










Hello,

I am trying to upgrade from an old version of xalan.jar that contained
org.w3c.dom.xpath package - XPathEvaluator etc.  The 2.6.0 examples and
API still use that package but the downloaded jar files do not have it.
What is the best way for me to be able to compile with the new jars?

Thank you,
David







RE: missing org.w3c.dom.xpath

Posted by Morris Kwan <mk...@ca.ibm.com>.



 I downloaded the binrary package from this site
(http://apache.mirror.mcgill.ca/xml/xalan-j/binaries/xalan-j_2_6_0-bin.zip).
 The xalan.jar file contains
classes in org.w3c.dom.xpath.

Morris Kwan
XSLT Development
IBM Toronto Lab
Tel: (905)413-3729
Email: mkwan@ca.ibm.com



                                                                           
             "David Israel"                                                
             <israel@infometh.                                             
             com>                                                       To 
                                       Morris Kwan/Toronto/IBM@IBMCA       
             04/16/2004 12:13                                           cc 
             PM                        <xa...@xml.apache.org>      
                                                                   Subject 
                                       RE: missing org.w3c.dom.xpath       
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




It and others I downloaded are official releases and they do not contain
these classes.  Not only does it not compile but inspection of the jar
directly shows they are not there.  If you have a 2.6.0 that does contain
these classes then please email it to me.

Thank you very much,
David

-----Original Message-----
From: Morris Kwan [mailto:mkwan@ca.ibm.com]
Sent: Friday, April 16, 2004 6:11 AM
To: David Israel
Cc: xalan-j-users@xml.apache.org
Subject: Re: missing org.w3c.dom.xpath






Hi,

The Xalan-J 2.6.0 jar does contain the classes in org.w3c.dom.xpath. Please
check your copy of the xalan.jar file. If it does not contain the classes
under org.w3c.dom.xpath, download an offcial Xalan-J 2.6.0 release from
this site (http://xml.apache.org/xalan-j/downloads.html).

It is also likely that your Xalan-J 2.6.0 jar was not picked up by your
environment. Check this FAQ
(http://xml.apache.org/xalan-j/faq.html#faq-N100CC) if you use JDK 1.4.

Morris Kwan
XSLT Development
IBM Toronto Lab
Tel: (905)413-3729
Email: mkwan@ca.ibm.com




             "David Israel"
             <israel@infometh.
             com>                                                       To
                                       <xa...@xml.apache.org>,
             04/15/2004 03:30          <xe...@xml.apache.org>
             PM                                                         cc

                                                                   Subject
                                       missing org.w3c.dom.xpath










Hello,

I am trying to upgrade from an old version of xalan.jar that contained
org.w3c.dom.xpath package - XPathEvaluator etc.  The 2.6.0 examples and
API still use that package but the downloaded jar files do not have it.
What is the best way for me to be able to compile with the new jars?

Thank you,
David







RE: missing org.w3c.dom.xpath

Posted by David Israel <is...@infometh.com>.
It and others I downloaded are official releases and they do not contain
these classes.  Not only does it not compile but inspection of the jar
directly shows they are not there.  If you have a 2.6.0 that does contain
these classes then please email it to me.

Thank you very much,
David

-----Original Message-----
From: Morris Kwan [mailto:mkwan@ca.ibm.com]
Sent: Friday, April 16, 2004 6:11 AM
To: David Israel
Cc: xalan-j-users@xml.apache.org
Subject: Re: missing org.w3c.dom.xpath






Hi,

The Xalan-J 2.6.0 jar does contain the classes in org.w3c.dom.xpath. Please
check your copy of the xalan.jar file. If it does not contain the classes
under org.w3c.dom.xpath, download an offcial Xalan-J 2.6.0 release from
this site (http://xml.apache.org/xalan-j/downloads.html).

It is also likely that your Xalan-J 2.6.0 jar was not picked up by your
environment. Check this FAQ
(http://xml.apache.org/xalan-j/faq.html#faq-N100CC) if you use JDK 1.4.

Morris Kwan
XSLT Development
IBM Toronto Lab
Tel: (905)413-3729
Email: mkwan@ca.ibm.com




             "David Israel"
             <israel@infometh.
             com>                                                       To
                                       <xa...@xml.apache.org>,
             04/15/2004 03:30          <xe...@xml.apache.org>
             PM                                                         cc

                                                                   Subject
                                       missing org.w3c.dom.xpath










Hello,

I am trying to upgrade from an old version of xalan.jar that contained
org.w3c.dom.xpath package - XPathEvaluator etc.  The 2.6.0 examples and
API still use that package but the downloaded jar files do not have it.
What is the best way for me to be able to compile with the new jars?

Thank you,
David





Re: missing org.w3c.dom.xpath

Posted by Morris Kwan <mk...@ca.ibm.com>.



Hi,

The Xalan-J 2.6.0 jar does contain the classes in org.w3c.dom.xpath. Please
check your copy of the xalan.jar file. If it does not contain the classes
under org.w3c.dom.xpath, download an offcial Xalan-J 2.6.0 release from
this site (http://xml.apache.org/xalan-j/downloads.html).

It is also likely that your Xalan-J 2.6.0 jar was not picked up by your
environment. Check this FAQ
(http://xml.apache.org/xalan-j/faq.html#faq-N100CC) if you use JDK 1.4.

Morris Kwan
XSLT Development
IBM Toronto Lab
Tel: (905)413-3729
Email: mkwan@ca.ibm.com



                                                                           
             "David Israel"                                                
             <israel@infometh.                                             
             com>                                                       To 
                                       <xa...@xml.apache.org>,     
             04/15/2004 03:30          <xe...@xml.apache.org>      
             PM                                                         cc 
                                                                           
                                                                   Subject 
                                       missing org.w3c.dom.xpath           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




Hello,

I am trying to upgrade from an old version of xalan.jar that contained
org.w3c.dom.xpath package - XPathEvaluator etc.  The 2.6.0 examples and
API still use that package but the downloaded jar files do not have it.
What is the best way for me to be able to compile with the new jars?

Thank you,
David