I don't have any jars. The real problem seems to be that Xalan and Xerces depend on the features found in the new org.w3c.dom, and JAXP just doesn't support them.
----- Original Message ----- From: Arkin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Tuesday, April 25, 2000 5:14 PM Subject: Re: Build questions > Solution 1: You put the JAR with the DOM Level 2 interfaces first in the > classpath and cross your fingers. > > Solution 2: You open up the JAR with the DOM Level 1 interfaces (use > WinZip or Emacs) and delete all the DOM Level 1 interfaces from it. > > I recommend solution no. 2. > > arkin > > Eric Hodges wrote: > > > > How so? And how do you load the DOM level 2 interface "first"? > > > > ----- Original Message ----- > > From: "Arnaud Le Hors" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Cc: <[email protected]> > > Sent: Monday, April 24, 2000 4:24 PM > > Subject: Re: Build questions > > > > > Note that in Java 1.2, if you make sure you load the DOM Level 2 > > > interfaces first, everything should work just fine! > > > -- > > > Arnaud Le Hors - IBM Cupertino, XML Technology Group > > -- > ---------------------------------------------------------------------- > Assaf Arkin www.exoffice.com > CTO, Exoffice Technologies, Inc. www.exolab.org
