The parser will _always_ refuse to parse an XML document that is not well-formed. You may need to install an ErrorHandler in the parser to get the errors.
Dave "hergert" <[EMAIL PROTECTED] To: <xerces-cvs@xml.apache.org> dt.gmd.de> cc: (bcc: David N Bertoni/CAM/Lotus) Subject: Wellform 07/23/2001 05:54 AM Please respond to xerces-dev Hi, I would like to know, how to tell Xerces Paser to look if an document is wellformed, Validating is working fine, but the DTDValidator doesn't know welform... who can help me out...