[Home] [By Thread] [By Date] [Recent Entries]
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
|

Cart



