# Tuesday, September 02, 2008

XSLT is going to take some patience...

XSLT <xsl:variable> Element:
Once you have set a variable's value, you cannot change or modify that value!
So XSLT variables are not variable? Wack.
#    Comments [1] |
Tuesday, September 09, 2008 12:24:22 PM (Eastern Standard Time, UTC-05:00)
Indeed. Normally what you end up doing is creating some whacky recursive solution using xml:templates and <param>
doug2
Comments are closed.