Xalan, too (was: Making sorted balanced two-column tables...)

Subject: Xalan, too (was: Making sorted balanced two-column tables...)
From: David_Marston@xxxxxxxxx
Date: Fri, 28 Jul 2000 14:17:27 -0400
>> 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.

As of Wednesday (26 July), Xalan also has a "nodeset" function, thanks to
Gary Peskin. (Version 1.2D01)
.................David Marston


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


Current Thread