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