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

Re: [xsl] How are param selects handled


Subject: Re: [xsl] How are param selects handled
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 27 May 2003 15:43:13 +0100

>   <xsl:when test="not($delimiters)">

> As I have set the select in the delims parameter, will the check always
> return true??

I'm not sure what you are trying to test but that will just be true if
$delimiters has an effective boolean value of false.
If $delimiters is a string (for example its default value of a string of
three characters) then it will have a boolean value of true if teh
string is non empty.

So by default your test will return false as the default value is
non empty, so not() will return false.

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
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread