You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xerces.apache.org by Da...@lotus.com on 2001/07/23 13:49:27 UTC

Re: Wellform

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"                                                                   
                    <hergert@darmsta        To:     <xe...@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...