I downloaded DOM level 2 which is included in DOMJuan (I guessed). That is why I was
able to check for the Element.java from org.w3c.dom package.
-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: April 10, 2001 12:27 PM
To: [EMAIL PROTECTED]
Subject: Re: build error
Quoting [EMAIL PROTECTED]:
> Hi everybody,
>
> I just got the source code from cvs for slide this morning (4/10.2001.)
> When I did a build for it, this is the error message I got back:
> Is there anyone else who get the same error message? I checked the
> org.w3c.dom.Element.java from DOMJuan and I don't see any method for
> getNamespaceURI(), getLocalName() but getElementsByTagNameNS(String ,
> String). Can anyone tell me what is going on here? Thanks.
Slide requires DOM level 2 to build.
Remy