[Home] [By Thread] [By Date] [Recent Entries]
Just curious how other's might approach a test to determine if the
current node is *not* an only child. This works fine but it feels a
little heavy to me. Thoughts?
<xsl:if test="(count(preceding-sibling::*) +
count(following-sibling::*)) > 1">
<hr/>
</xsl:if>
|

Cart



