xsl-list
[Top] [All Lists]

Re: check if a node is empty

2002-10-17 15:39:48


  <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



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