DIGIFORMS
Digiforms Designer Documentation
Search
About
+
Getting started
+
Howto
Help by samples
+
Objects
+
Page template
Capture or output data in a defined layout
+
XML
Extensible Markup Language
Objects
XSLT
xsl:choose
Switch case conditional sections
Use the <xsl:choose> object to output different content based on conditional tests on XML data.
The <xsl:choose> element can contain one or more <xsl:when> elements
The <xsl:choose> element must contain an <xsl:otherwise> element.
Add choose on one ore more selected objects
If you have selected one or more objects in the editor, right-click to wrap the selected item(s) in an xsl:choose with xsl:when and xsl:otherwise elements. You can later rearrange elements and set desired logical tests for xsl:when elements.
Right click selection, and select menu item "choose"
Table rows wrapped in xsl:when and xsl:otherwise elements
Read more in following related topics
xsl:when
Conditional section
Edit article