XSLT에서 if -else 문을 구현하려고하는데 코드가 구문 분석되지 않습니다. 누구든지 아이디어가 있습니까?
<xsl:variable name="CreatedDate" select="@createDate"/>
<xsl:variable name="IDAppendedDate" select="2012-01-01" />
<b>date: <xsl:value-of select="$CreatedDate"/></b>
<xsl:if test="$CreatedDate > $IDAppendedDate">
<h2> mooooooooooooo </h2>
</xsl:if>
<xsl:else>
<h2> dooooooooooooo </h2>
</xsl:else>
다른 조건이있는 경우 XSL의