0
"Artproof"変数がtrueです。変数がXLSTで変数を宣言して初期化します
<xsl:variable name="ArtProof" select="'True'"/>
<xsl:choose>
<xsl:when test="$ArtProof = 'True'">
<xsl:variable name="color_of_artproof" select="'green'"/>
</xsl:when>
<xsl:otherwise>
<xsl:variable name="color_of_artproof" select="'red'"/>
</xsl:otherwise>
</xsl:choose>
設定色の条件がtrueの場合 iは、テキストの色を変更したい:
"color_of_artproof" 変数がNULL値を与えている、とテキストが黒です。