You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/11/08 13:37:01 UTC

DO NOT REPLY [Bug 14378] - Error parsing XML document with a leading white space character.

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.

elena@apache.org 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 elena@apache.org  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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org