DIGIFORMS
Digiforms Designer Documentation
 
 
 
 
 
 
Help by samples
 
 
 
Capture or output data in a defined layout
 
Extensible Markup Language
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
Conditional section