You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/10/31 21:36:07 UTC

DO NOT REPLY [Bug 24304] New: - The serializer should not put a newline after the xml header tag unless indent="yes"

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

The serializer should not put a newline after the xml header tag unless indent="yes"

           Summary: The serializer should not put a newline after the xml
                    header tag unless indent="yes"
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.serialize
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: minchau@ca.ibm.com


The serializer should not put a newline after the xml header tag unless 
indent="yes".

The extra newline that ToXMLStream.startDocumentInternal() always writes out 
after writing out the xml header tag like this one:
<?xml version="1.0" encoding="UTF-8"?>

can cause problems if the XML document is refered to via an entity reference.