[Home] [By Thread] [By Date] [Recent Entries]
Henry, if all you want to do is test for any children, just look along the
child:: axis, like so:
<xsl:template match="Group">
<xsl:choose>
<xsl:when test="child::*">
has children
</xsl:when>
<xsl:otherwise>
no children
</xsl:otherwise>
</xsl:choose>
</xsl:template>Regards, --A From: henry human <henry_human@xxxxxxxx> _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
|

Cart



