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: Making sorted balanced two-column tables from one-column data fro m unsorted data


> I am trying to create a two column table from unsorted data.
> ...
> Anybody know of a way to create a sorted list of nodes and be 
> able store in a variable for later use?
> 
You can store the sorted list in a variable of type result-tree-fragment
without difficulty, as your code shows, but if you want to do further
processing on it you have to convert the r-t-f to a node-set, which can't be
done in standard XSLT. Saxon, xt, and MSXML3, however, provide mechanisms to
do this.

Mike Kay 


 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]