Xsl development is very similar to procedural development. We can think of the XSL tranformation as a function. This function has sub-procedures that can be called recursively (templates).
The xsl and its templates can take parameters. This varia ...
[Read more]