Re: [xsl] test if null

Subject: Re: [xsl] test if null
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 27 Jun 2005 10:41:07 +0100
>   <xsl:if test="string-length(EMPTYNODE/text()) = 0">
>   </xsl:if> 

The string length of a text node is never zero so that test will never
be true. 

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread