Re: XSLT repetition constructs comparison
| Newsgroups | gmane.text.xml.xsl.general.mulberrytech |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 14, 2021 at 3:58 PM Martin Honnen [email protected] < [email protected]> 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 --~---------------------------------------------------------------- XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/3329386 or by email: [email protected] --~--