[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
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 |
tomas.vanek - Mon, 27 Jun 2005 11:39:41 +0200
- David Carlisle - Mon, 27 Jun 2005 10:41:07 +0100 <=
omprakash . v - Tue, 28 Jun 2005 16:09:34 +0530
|
|