| The main categories of XSLT instruction are as follows:
-
instructions that create new nodes: xsl:document ,
xsl:element , xsl:attribute ,
xsl:processing-instruction , xsl:comment ,
xsl:value-of , xsl:text ,
xsl:namespace ;
-
an instruction that returns an arbitrary sequence by evaluating an XPath
expression: xsl:sequence ;
-
instructions that cause conditional or repeated evaluation of nested
instructions: xsl:if , xsl:choose ,
xsl:for-each , xsl:for-each-group ;
-
instructions that invoke templates: xsl:apply-templates ,
xsl:apply-imports , xsl:call-template ,
xsl:next-match ;
-
Instructions that declare variables: xsl:variable ,
xsl:param ;
-
other specialized instructions: xsl:number ,
xsl:analyze-string , xsl:message ,
xsl:result-document .
author: ads |