|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: sort
Thanks, but maybe my question was not that clear.
I display a table and the clients can click the headers to sort the table. (html) But not every <td></td> is at the same level in the xml-string.... so some clients would like to sort (at xml level) <root><person></person></root> and other clients may want to sort on <root><person><extra><extra></person></root> Hope you understand me ;-) Thx in advance, Fred. Jonathan Perret wrote: If the depth of the sorting-element can be bounded to e.g. 3 : First, parse your sort specification (e.g., 'person.superlogin.login') into several variables - in this case it would give : $sortdepth=3 $sortering1='person' $sortering2='superlogin' $sortering3='login' For a simpler sort, e.g. on 'person' it would give : $sortdepth=1 $sortering1='person' $sortering2='' $sortering3='' This is easy to do with substring-before() and substring-after(), so I'll leave it as an exercise :-) XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








