|
|
|
|
|
|
| |
XSLT Tutorial
Worksheet 7: msxsl:script
In the following example, we want to change the value passed into
the function, 'UpperCase' to be upper case.
In the Worksheet_7 directory, open the xslscript.xsl and the
books.xml in your transforming tool.
View XSL Source
Note: This example can be achieved
using the 'translate' XPath function as well.
Note: If high performance is a
priority, then using the xsl:script should be utilized minimally.
Because it uses late-binding for its process, plus it is outside of the
XSL processor - it can have a performance effect.
|
|
|
|
|
|
|
|
|