Re: [xsl] check if a node is empty

Subject: Re: [xsl] check if a node is empty
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Thu, 17 Oct 2002 15:14:51 +0000
Jeni, David,
would the following statement
<xsl:template match="node">
....
<xsl:when test="count(*)=0"> ( to check for empty child elements)
----
</xsl:template>
be any inefficient ?( was just thinking of other ways to do it besides the standard ones you have suggested )
Thanks



_________________________________________________________________
Internet access plans that fit your lifestyle -- join MSN. http://resourcecenter.msn.com/access/plans/default.asp



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread