RE: [xsl] sorting using a precalculated value

Subject: RE: [xsl] sorting using a precalculated value
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 28 Mar 2001 16:05:23 +0100
You can only sort on a value that you can express using an XPath expression.
There's no scope for using XSLT in the calculation unless you either (a) use
something like saxon:function, or (b) build a temporary tree containing the
calculated sort keys, and then sort that (using the node-set() extension).

Mike Kay

> I want to have the following output (ie, class name must be
> built and the
> whole stuff sorted)
>
> AOuterClass
> OuterClass1
> OuterClass1.InnerClass
>
>


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


Current Thread