DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14378>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14378 Error parsing XML document with a leading white space character. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID Summary|Error parsing XML document |Error parsing XML document |with a leading white space |with a leading white space |character. |character. ------- Additional Comments From [EMAIL PROTECTED] 2002-11-08 12:37 ------- >I have tested this behaviour with all Xerces 2 >releases and all test results are identicall. This should have told you that you are doing something wrong... Your XML files are not well-formed, since according to the XML Spec (see productions [1], [22], [23]) a well-formed document must start with "<?xml..." (no leading space is allowed!) http://www.w3.org/TR/REC-xml#NT-XMLDecl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
