Re: HTML DOM implementation

1999-12-15 Thread twleung
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 14, 1999 5:15 PM Subject: Re: HTML DOM implementation > Mike Pogue wrote: > > > > Yes, I agree -- thanks, Arkin! This is great! > > Same here. Let's keep it up :) > > -- > Stefano Mazzo

Re: HTML DOM implementation

1999-12-15 Thread Stefano Mazzocchi
Mike Pogue wrote: > > Yes, I agree -- thanks, Arkin! This is great! Same here. Let's keep it up :) -- Stefano Mazzocchi One must still have chaos in oneself to be able to give birth to a dancing star. <[EMAIL PROTECTED]> Friedrich Niet

Re: HTML DOM implementation

1999-12-14 Thread Assaf Arkin
The HTML DOM implementation has been committed to the code base with the ElementImpl fix (thanks Ted). There are now to additional packages: org.w3c.dom.html contains the Level 2 HTML DOM (does not require Level 2 DOM) org.apache.html.dom contains the implementation To construct a new

Re: HTML DOM implementation

1999-12-14 Thread twleung
ElementImpl.getValue is bogus. Your fix is fine. Ted - Original Message - From: Assaf Arkin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 13, 1999 11:46 AM Subject: HTML DOM implementation > I've ported the OpenXML HTML DOM to work on top of

Re: HTML DOM implementation

1999-12-14 Thread Mike Pogue
Yes, I agree -- thanks, Arkin! This is great! Mike Pierpaolo Fumagalli wrote: > > Assaf Arkin wrote: > > > > Providing HTML functionality to Xerces requires adding three packages: > > the HTML DOM (org.w3c.dom.html), a Xerces HTML implementation, and the > > parser (separate code base than the

Re: HTML DOM implementation

1999-12-14 Thread Pierpaolo Fumagalli
Assaf Arkin wrote: > > Providing HTML functionality to Xerces requires adding three packages: > the HTML DOM (org.w3c.dom.html), a Xerces HTML implementation, and the > parser (separate code base than the XML parser). This will increase the > JAR size by an additional 100KB, it might (or might not

HTML DOM implementation

1999-12-13 Thread Assaf Arkin
I've ported the OpenXML HTML DOM to work on top of the Xerces DOM. This implementation is currently available in the OpenXML release under the package name org.apache.html.dom. If Xerces is available in the classpath, the OpenXML HTML parser will now use the Xerces HTML DOM rather than the OpenXML