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: sorting using a precalculated value


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]