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/01/28 22:07:15 UTC

DO NOT REPLY [Bug 16512] New: - org.apache.xalan.xslt.Process prints extra blank line to stderr

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

org.apache.xalan.xslt.Process prints extra blank line to stderr

           Summary: org.apache.xalan.xslt.Process prints extra blank line to
                    stderr
           Product: XalanJ2
           Version: 2.4
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Xalan-CmdLine
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: arobert@cogsci.ucsd.edu


Line 1137 of org/apache/xalan/xslt/Process.java should be commented out. 
('diagnosticsWriter.println("");')

The extra blank line (even when no error) can be annoying in scripts,
error-detection code, and other places.