Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

xsl fo when else

<xsl:choose>
  <xsl:when test="/Test">
    Text1
  </xsl:when>
  <xsl:otherwise>
    Text2
  </xsl:otherwise>
</xsl:choose>
 
PREVIOUS NEXT
Tagged: #xsl #fo
ADD COMMENT
Topic
Name
8+7 =