[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] String test pro's /con's


Subject: Re: [xsl] String test pro's /con's
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 24 Jun 2002 16:10:54 +0100

  <xsl:if test="string-length(./myelement)> 0 )

  or 

  <xsl:if test="not(./myelement='')">

or 

<xsl:if test="string(myelement)">

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