[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: To what extent can sorting be done?

Subject: RE: To what extent can sorting be done?
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Sun, 18 Feb 2001 00:04:26 -0800 (PST)
 RE: To what extent can sorting be done?
Hi Kevin,

> ... do I
> have to write code for each column I want sorted, or does XSL allow this
> itself? I haven't touched on sorting yet in XSL, but someone told me that
> supposedly I can get XSL to take the same XML input and sort it by various
> columns (assuming lets say a 2D table of rows/columns). Would I need a
> different XSL for each column, or can I just use  some <xsl:choose..> tags
> to sort the data in a particular column and still use the one XSL. Any
> examples (that don't require lots of your time) would be great either in
> XSL, or how it is possible.

You can use something like the following in your table-generating XSLT code:

<xsl:sort select="*[name()= $columnName]"/>


DImitre Novatchev.

__________________________________________________
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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.