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/08 19:38:23 UTC

DO NOT REPLY [Bug 22993] - Problem with XSLTC redirect function

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

mkwan@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Enhancement



------- Additional Comments From mkwan@ca.ibm.com  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.