Setting and Using Variables and Parameters
Sunday, February 10th, 2008A variable in XSLT has more in common with a variable in algebrathan with a variable in a typical programming language. It’s a namethat represents a value and, within a particular application of atemplate, it will never represent any other value — it can’t be resetusing anything described in the XSLT Recommendation. (Some XSLTprocessors offer [...]