XML parsers expect XML files. The usual advice is to find an HTML parser,
if you need to handle HTML rather than XHTML. I've been told the W3C's
"Tidy" tool can be persuaded to parse directly to a DOM these days; if not,
it _can_ be used to convert a document from HTML to XHTML, which can then
be read by Xerces.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to