xsl-list
[Top] [All Lists]

Re: check if a node is empty

2002-10-17 08:14:51
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



<Prev in Thread] Current Thread [Next in Thread>