|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: how check if the node exit and display content of
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








