[ http://nagoya.apache.org/jira/browse/XALANJ-1662?page=comments#action_56604 ] Joanne Tong commented on XALANJ-1662: -------------------------------------
Fix applied to CVS. > Method PipeDocument.pipeDocument never throws exceptions > -------------------------------------------------------- > > Key: XALANJ-1662 > URL: http://nagoya.apache.org/jira/browse/XALANJ-1662 > Project: XalanJ2 > Type: Bug > Components: XPath-function > Versions: CurrentCVS > Environment: Operating System: Other > Platform: All > Reporter: Pierre Chardin > Assignee: Xalan Developers Mailing List > Attachments: patch_bug_23199.txt > > 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
