Re: [xsl] check if a node is empty

Subject: Re: [xsl] check if a node is empty
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 17 Oct 2002 23:39:48 +0100

  <xsl:if test="not(count(node)=0)">
  </xsl:if>
  should help!

  Rao


That's just a long form of 

<xsl:if test="node">
</xsl:if>


David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread