xsl:if issue
Posted: Fri Mar 27, 2009 12:02 pm
Hi I have the following in my xsl.
<xsl:if expr="depth(this) > 2">
display: none;
</xsl:if>
but it states that the element must have a test attribute
any ideas?
cheers
<xsl:if expr="depth(this) > 2">
display: none;
</xsl:if>
but it states that the element must have a test attribute
any ideas?
cheers