Remark : string-length
1 2 3 4 5 6 7 8 9 10 |
<xsl:choose> <xsl:when test="string-length($gross) >1"> //code here to check the condition true </xsl:when> <xsl:otherwise> // false statement </xsl:otherwise> </xsl:choose> |
Remark : string-length
1 2 3 4 5 6 7 8 9 10 |
<xsl:choose> <xsl:when test="string-length($gross) >1"> //code here to check the condition true </xsl:when> <xsl:otherwise> // false statement </xsl:otherwise> </xsl:choose> |
Copyright © 2024 | WordPress Theme by MH Themes