|
Home >Online Product Documentation >Table of Contents >xsl:choose xsl:chooseYou use the xsl:choose dialog box to
l Add, edit, or remove test= attributes from xsl:choose instructions.
l Edit the setting that generates the xsl:otherwise element.
Changes you make here are reflected in the mapper (and the XSLT source), and vice versa.
Fields
xsl:when Conditions
List box that displays existing test= attributes of xsl:when conditions).
To add a new xsl:when condition, click the Add button and type a valid test= attribute in the entry field.
Include xsl:otherwise
A check box used to indicate whether or not you want to include the xsl:otherwise element in the xsl:choose instruction. The xsl:otherwise element is included in the xsl:choose instruction by default when you create xsl:choose in the XSLT mapper. If you deselect this check box, the xsl:otherwise port (the square port) is removed from the xsl:choose block (and from the XSLT source).
For More Information
|