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]

RE: Sort


Hi,

I think you can sort it if you use some nested <xsl:sort> with substring,
substring-before, substring-after Expressions... I haven't tried it but it
should work

bye
Frank
-
Frank Spychalski
Research Engineer
SAP Labs, Palo Alto           frank.spychalski@sap.com 

->-----Original Message-----
->From: Jon Wynacht [mailto:jwynacht@cisco.com]
->Sent: Monday, July 31, 2000 7:22 AM
->To: xsl-list@mulberrytech.com
->Subject: Sort
->
->
->Hi,
->
->I have a sorting question for the group. I have elements like 
->the following:
->
-><Marquee Class="RIO_container" Expiration_day="Indefinite"
->Expiration_month="Indefinite" Expiration_year="Indefinite"
->Id="vt_182-Virtual_teams-Marquee.xml" Last_modifier="admin"
->Maximum_number="" Modification_date="Thursday, July 20, 2000 
->10:38:21 AM
->PDT" Owner="admin" Progress="complete" Status="modify" Used_in=" vt">
->
->I want to sort by the Modification_date attribute. How can I do this
->efficiently with XSLT? Or maybe I just can't? I've tried 
->using a JavaScript
->extension to manipulate the numbers but it just didn't seem 
->to work. I'd
->prefer not to do it with Java but with if I have to.
->
->Please advise.
->
->Thanks,
->
->Jon
->
->
-> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
->


 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]