[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: 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
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member