Re: [xsl] XSLT: check if value is whitespace(s)

Subject: Re: [xsl] XSLT: check if value is whitespace(s)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 11 Aug 2004 14:39:17 +0100
test="normalize-space($x)"


if $x is white, normalize-space($x) is the empty string, and tests as
false() in a boolean test.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. 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