atta ur-rehman wrote: > What I'm trying to do is very simple. I have an HTML document, > HTML not XHTML, which may or may not be well formed and I need
XML parsers are used to parse XML documents and are not able to parse most SGML documents (e.g. HTML). No version of Xerces can be used to parse HTML documents. Perhaps in the future, assuming that someone writes the code and donates it to the project, there will be a Xerces2 parser configuration that can do what you need. But for now, there is no HTML parser as a part of Xerces. -- Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
