Hi Mukul,

I'm guessing you tried compiling this on a Sun JDK (possibly outside of
Ant). I'm pretty sure some versions (if not all) of Sun JDK 1.4.2 and above
contain a working draft version of DOM Level 2 HTML which made some
incompatible changes to the org.w3c.dom.html packages. The W3C eventually
renamed the packages to org.w3c.dom.html2 to avoid breaking backwards
compatibility. Need to be careful when compiling that these interfaces in
the JDK don't get pulled into the build.

Thanks.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]

"Mukul Gandhi" <[EMAIL PROTECTED]> wrote on 07/18/2008 04:52:00 AM:

> Hi team,
>   I have downloaded the latest Xerces-J code from the trunk folder.
>
> But when I build and compile the whole source code, I get the error,
> "must implement the inherited abstract method ..." in these files.
>
> HTMLFrameElementImpl.java
> HTMLIFrameElementImpl.java
> HTMLObjectElementImpl.java
>
> These files are in the package, org.apache.html.dom
>
> Has anybody information about how to resolve this problem?
>
> I checked the xercesImpl.jar file shipped with Xerces-J 2.9.1 and it
> has these compiled files. So definitely I am missing something, and
> would like to get help for this.
>
>
> --
> Regards,
> Mukul Gandhi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to