Re: Passing parameters to a URL in a document() function

Subject: Re: Passing parameters to a URL in a document() function
From: Warren Hedley <w.hedley@xxxxxxxxxxxxxx>
Date: Fri, 23 Jun 2000 09:46:15 -0400
Nacho wrote:
> 
> <xsl:param name="IDMENU" select="5"/>

By default the value of the select attribute is treated as an
XPath expression - ie. the processor looks for a element called
5.

What you want is

<xsl:param name="IDMENU" select="'5'"/>

-- 
Warren Hedley


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


Current Thread