0
即使/ Category爲空,選擇語句在test =「./ Category」中也爲正值。XSL選擇不起作用
類別值的值爲<![CDATA []]>如果爲空並且爲<![CDATA [some_code]]>如果已滿。
看起來像CDATA離開「」的價值或類似的東西。
<xsl:when test="./Category">
<ref type="category"><xsl:value-of select="./Category" /></ref>
</xsl:when>
<xsl:otherwise>
<id_category_default>2</id_category_default>
</xsl:otherwise>
</xsl:choose>