[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] top level xsl:param confusion
> 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
|