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]

Arbitrary sorting


I've thought about it, but I can't figure out:
	Is it possible to do arbitrary sorting after alphabetical sorting,
in XSLT?

Consider a case where you have six items in a table:
B v A
B A
A B
A v B
A v C
A B C

And you want to sort to get the following result:
A v B
A v C
A B
A B C
B v A
B A

How can you do that?

Cheers,
Matt
******************************************************************
Warning: This email, including any attachments, 
is for the use of the intended recipient(s) only.
Republication and redissemination, 
including posting to news groups or web pages, 
is strictly prohibited without the express prior consent of Brooker's Limited.
******************************************************************


 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]