Re: [xsl] top level xsl:param confusion

Subject: Re: [xsl] top level xsl:param confusion
From: david_n_bertoni@xxxxxxxxxx
Date: Thu, 30 Sep 2004 14:39:12 -0700
> Is the above top level xsl:param considered false even if
> it was passed an empty string? I would expect it to be
> false only if the param was *not* passed.

Yes.  An empty string evalutes to boolean false.  See:

http://www.w3.org/TR/xpath#function-boolean

Dave

Current Thread