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/05/21 11:39:37 UTC

DO NOT REPLY [Bug 9265] New: - Can't change value of variable tag

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

Can't change value of variable tag

           Summary: Can't change value of variable tag
           Product: XalanJ2
           Version: 2.0.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: org.apache.xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: cskkleung@hotmail.com


I know the use of variable in XSLT is not like in conventional programming.
However, I have to use XSLT as our report writer, we need to have the ability of
holding value in variables test and modify them later. Currently I can only
change the value of variable in for-each tag ON CONDITION that the variable tag
is not enclosed in other tags. Is there any way we can change the varaible tag
in if tag or choose tag?