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:
XSLT Instruction
|
Representation in the XSLT Mapper
|
---|
xsl:value-of
| |
xsl:for-each
| |
xsl:if
| |
xsl:choose
| |
xsl:apply-templates
| |
xsl:call-template
| |
Table 68. XSLT Instruction Blocks in XSLT Mapper
Note
|
|
You can create any XSLT instruction in the XSLT source, but only the instructions in Table 68 are represented graphically in the XSLT mapper. XSLT instructions that are not supported by the mapper have no graphical representation.
|