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/09/16 18:37:37 UTC

DO NOT REPLY [Bug 23199] New: - Method PipeDocument.pipeDocument never throws exceptions

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

Method PipeDocument.pipeDocument never throws exceptions

           Summary: Method PipeDocument.pipeDocument never throws exceptions
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.lib
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: pierre.chardin@axa.com


Currently method org.apache.xalan.lib.PipeDocument.pipeDocument() catches all 
exceptions without re-throwing them.

For example in the following XLT code:
<pipe:pipeDocument   source="source.xml" target="target.xml">
   <stylesheet href="ss1.xsl"/>   
</pipe:pipeDocument>

If the file ss1.xsl does not exists XALAN continues processing template instead 
of signaling the error to the calling application.