Home >Online Product Documentation >Table of Contents >What XSLT Instructions Are Represented Graphically
What XSLT Instructions Are Represented Graphically
The XSLT mapper represents the following XSLT instructions:
Table 65. XSLT Instruction Blocks in XSLT Mapper
XSLT Instruction
|
Representation in the XSLT Mapper
|
---|
xsl:value-of
| |
xsl:for-each
| |
xsl:if
| |
xsl:choose
| |
xsl:apply-templates
| |
xsl:call-template
| |
Note
|
|
You can create any XSLT instruction in the XSLT source, but only the instructions in Table 65 are represented graphically in the XSLT mapper. XSLT instructions that are not supported by the mapper have no graphical representation.
|