RE: [xsl] xsL:with-param, xsl:-param emptiness, Xalan and xsltproc

Subject: RE: [xsl] xsL:with-param, xsl:-param emptiness, Xalan and xsltproc
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 23 Mar 2006 16:22:04 -0000
> Use curly braces around the param's name:
> 
> ...
> <xsl:with-param name="SupportedNegotiate" select="'true'"/>
> ...
> <xsl:value-of select="{$SupportedNegotiate}/>
> ...


Wrong. 

The select attribute is an XPath expression and XPath expressions do not
contain curly braces.

Michael Kay
http://www.saxonica.com/

Current Thread