On Thu, Jan 14, 2021 at 3:58 PM Martin Honnen martin.honnen@xxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> Last, for the use with the variable, don't forget that
> `xsl:perform-sort` can be directly applied to result constructed by
> nested XSLT so you could also use
>
> <xsl:perform-sort>
> <xsl:sort select="td[2]"/>
> <xsl:sort select="td[3]"/>
> <xsl:iterate select="student">
> ...
> </xsl:iterate>
> </xsl:perform-sort>
>
> perhaps although I guess that will not work with the total column you
> want to treat differently.
>
Thanks for pointing this to me. It's useful to learn.
--
Regards,
Mukul Gandhi
|