----- Original Message -----
From: Arnaud Le Hors <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Tuesday, April 25, 2000 6:19 PM
Subject: Re: Build questions


> Eric Hodges wrote:
> >
> >
> > We build the source.  We tried to use the jars, but we found ourselves
> > stepping in to source a lot to find out how to use things.
>
> Having the code around to look into it and making part of your source
> are two very different things. While I understand the former, I don't
> understand the latter. And given the problem you're now facing I would
> advise you to reconsider this.

OK, I've created a jar for JAXP (against the old org.w3c.dom, but it doesn't
include it) and am trying to use this jar and the Xalan and Xerces jars.
When I go to compile my project, I get a fatal error saying that
com.sun.xml.tree.ElementNode must be recompiled because
org.w3c.dom.Element.normalize has changed.  Only it can't recompiled it
because all it has is the class in the JAXP jar.  I tried JDK 1.2 and JDK
1.2.2 with the same results.

com.sun.xml.tree.ElementNode has a normalize() method in it with the same
signature as the one in org.w3c.dom.Node.  Any tips?


Reply via email to