|
Home >Online Product Documentation >Table of Contents >xsl:function xsl:functionAllows the creation of user-defined stylesheet function that can be called from any XPath expression within the stylesheet in which the function is defined. This instruction is supported in XSLT 2.0 only. FormatDescription
The value of the
The function_body contains zero or more <hyperlink>xsl:param elements that specify the formal arguments of the function. These
An ExampleHere is an example from the W3C XSLT Working Draft of a simple function that reverses the order of the words in a sentence. |