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=22993>. 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=22993 Problem with XSLTC redirect function [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement ------- Additional Comments From [EMAIL PROTECTED] 2003-09-08 17:38 ------- The redirect extension in XSLTC does not support the select attribute right now. You can only use the file attribute. The file attribute can be an attribute value template. You can use the following to do the same thing: <redirect:write file="{$fileName}"> I will change this request to an enhancement, in order to support the same syntax in xalan interpretive and XSLTC.
