P
Porthos
Are there 'Null' and 'not equal to' operator that I can use in xsl:if
statements? I assume that there must be, but I can't figure out the
syntax.
For example:
<xsl:if test="@title DOES NOT EQUAL 'Little Red Riding
Hood'"><xsl:value-of select="@title"></xsl:if>
and
<xsl:if test="books/humor IS NULL">Category is empty.</xsl:if>
Thanks,
-James
statements? I assume that there must be, but I can't figure out the
syntax.
For example:
<xsl:if test="@title DOES NOT EQUAL 'Little Red Riding
Hood'"><xsl:value-of select="@title"></xsl:if>
and
<xsl:if test="books/humor IS NULL">Category is empty.</xsl:if>
Thanks,
-James