RE: [xsl] Alright...sorting problem (kinda urgent)

Subject: RE: [xsl] Alright...sorting problem (kinda urgent)
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 29 Mar 2001 15:23:51 +0100
> I have tried the following:
> 
> <xsl:for-each select="NAVIGATION[PAPA=<xsl:value-of select="$alias"]">
> 
Then try

<xsl:for-each select="NAVIGATION[PAPA=$alias]">

Life is not always as complicated as it seems.

Mike Kay
Software AG

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


Current Thread