RE: Sort Problem

Subject: RE: Sort Problem
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 7 Aug 2000 16:38:32 +0100
	<xsl:for-each select="ToDoList/ActionItem">
> 	<xsl:sort data-type="text" select="$SORT_BY" order="ascending"/>

A FAQ. Your sort key has the same value for every node.

You want select="*[name()=$SORT_BY]"

Mike Kay 


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


Current Thread