I have a document with a DOCTYPE line. I'm trying to parse this doc (using
DOMParser) to get some values from it. However, for reasons I won't go into,
the doc has already been validated, so I'm doing a non-validating parse
(setDoValidation(false)). The parser seems to get very confused by the
DOCTYPE, and won't find the rest of the document.
Is there a method on the parser to get it to ignore or otherwise correctly
handle the DOCTYPE on a non-validating parse?
Thanks.
Doug
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]