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=5323>.
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=5323

wrong newline normalization ?

           Summary: wrong newline normalization ?
           Product: Xerces2-J
           Version: 2.0.0 [beta 3]
          Platform: All
               URL: http://xml.apache.org/xerces2-j/releases.html
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The Release notes of Xerces 2.0.0 (beta3) says :
<BLOCKQUOTE>
Fixed newline normalization bug. Previously, the sequence #x0A #x0D was being
converted to #x0A instead of #x0A #x0A per section 2.11 of the XML 1.0
specification. Thanks to Aleksander Slominski for the bug report. [Andy Clark]
</BLOCKQUOTE>

However, the XML 1.0 (Second Edition) specification
(http://www.w3.org/TR/2000/REC-xml-20001006#sec-line-ends) says :
<BLOCKQUOTE>
To simplify the tasks of applications, the characters passed to an application
by the XML processor must be as if the XML processor normalized all line breaks
in external parsed entities (including the document entity) on input, before
parsing, by translating both the two-character sequence #xD #xA and any #xD that
is not followed by #xA to a single #xA character.
</BLOCKQUOTE>

This means to me that the "fix" broke what was good.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to