This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

DYNAMIC SORTING


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]