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 2002/07/23 08:12:32 UTC

DO NOT REPLY [Bug 11073] New: - Redirect silently fails if lxslt:component is present

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

Redirect silently fails if lxslt:component is present

           Summary: Redirect silently fails if lxslt:component is present
           Product: XalanJ2
           Version: 2.4Dx
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.lib.Redirect
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: kevindwise@bigfoot.com


When an lxslt:component element is added to an XSLT file which uses 
redirect:write, the redirect:write element appears to silently fail: no error 
appears, but neither does the file being written to.

I have tested this by adding a redirect element to the distributed sample 
extensions file 2-basicJscript.xsl (which I'll send as an attachment) - it 
demonstrates that the redirect operation fails, even if none of the 
functions/elements declared in the component are used.

The example works for release xalan-j_2_2_0.