RE: [xsl] Chris Bayes tutorial: xsl:sort - sorting according to user selection

Subject: RE: [xsl] Chris Bayes tutorial: xsl:sort - sorting according to user selection
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Thu, 31 May 2001 17:56:27 +0100
Tanz,
Not on the client using xml/xsl.
You can on the client using javascript but i haven't seen any good
implementations of this.
You can on the client using databound controls.
You could roundtrip to the server to sort but it is slow. To do it you just
add a <form... and a hidden field <input type="hidden" name="column" then
change the onclick="form.column.value='column';form.submit()"

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


>Thanks Chris.
>
>The tutorial example works fine now.
>
>However, in the application which is being written the xml is produced from
>a database query then Java code uses the xalan processor to convert the xml
>to html using xslt. It is this produced html file which I need the actual
>sort on, is there a way that this can be done by using a xalan processor.
>
>Tanz
>


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


Current Thread