[xsl] DYNAMIC SORTING

Subject: [xsl] DYNAMIC SORTING
From: cool guy <uruncle2001@xxxxxxxxx>
Date: Mon, 19 Feb 2001 13:50:29 -0800 (PST)
with MSXML3 I cant use 
sortField =
document.XSLDocument.selectSingleNode("//@order-by");
as theres no order-by




I used 
sortField =
document.XSLDocument.selectSingleNode("//@select");
for select attribute of <xsl:sort> ...but this one
returns the first 
select attribute  of apply-templates 
 <xsl:apply-templates select="portfolio"/> 
HOW CAN I REACH SELECT ATTRIBUTE OF <xsl:sort> ???



SECONDLY 
ANYOTHER WAY OF DOING THIS RATHER THAN SCRIPT...SAY
FOR IBM4J???

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

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


Current Thread