Choose в XSLT
March 2nd, 2010
1 2 3 4 5 6 | <xsl:choose> <xsl:when test="..."> ... </xsl:when> <xsl:otherwise>...</xsl:otherwise> </xsl:choose> |
1 2 3 4 5 6 | <xsl:choose> <xsl:when test="..."> ... </xsl:when> <xsl:otherwise>...</xsl:otherwise> </xsl:choose> |