RE: Problems with sort.

Subject: RE: Problems with sort.
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 12 Jun 2000 16:31:28 +0100
> > b) How would I put the value of the global variable into 
> the data-type
> > attribute of the sort? Would I use the same command you gave 
> > me for the select attribute? 
> <xsl:sort data-type="{type}"/>

That should of course be
<xsl:sort data-type="{$type}"/>
> 
> Mike Kay
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Current Thread