Re: [xsl] XSLT repetition constructs comparison

Subject: Re: [xsl] XSLT repetition constructs comparison
From: "Mukul Gandhi mukulg@xxxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Jan 2021 11:31:05 -0000
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

Current Thread