Home > XSLT > Choose в XSLT

Choose в XSLT

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

Dorian Gray XSLT

  1. No comments yet.