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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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.

Reply via email to