Defining and Calling Template Rules

 

xsl:apply-templates

 

 

xsl:call-template

 

 

xsl:param

 

Notes on Conformity:

Top-level parameters can be assigned the required XSLT types.

 

xsl:template

 

Appropriate match patterns will be accepted in addition to the ones in the specifications.

Example: (A | B) / C

 

xsl:with-param