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

With default output method, PI's before first element don't match method chosen

           Summary: With default output method, PI's before first element
                    don't match method chosen
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xml.serializer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If no output method is specified in an xsl:output element, the default method 
is chosen based on whether any non-whitespace text nodes precede the first 
element, and the name of that element, if it exists.  (See section 16 of XSLT 
1.0 [1]).

If any processing instructions precede the first element, they should be 
emitted in the manner appropriate to the output method that is actually 
chosen.  Currently, if the default output method is html, such processing 
instructions are emitted in the form of XML processing instructions.

[1] http://www.w3.org/TR/xslt#output

Reply via email to