Chitharanjan Das wrote:
I have read somewhere that docuverse's parser has some functionality to
create a HTMLDocument ibject from a html stream. Does Xerces have this
functionality
HTML documents are SGML, not XML. Which means that most
of the HTML documents in existence can *not* be parsed
wit
Hi Chiths,
As I look at Xerces 2.0.1 (most probably in other versions too) I see
package org.apache.html.dom, which contains classes-implementations of
org.w3c.dom.html. So this is probably what you're looking for. In the same
package there's class HTMLBuilder, which implements
org.xml.sax.Documen