xsl-list
[Top] [All Lists]

Re: [xsl] XSLT repetition constructs comparison

2021-01-14 05:31:11
On Thu, Jan 14, 2021 at 3:58 PM Martin Honnen 
martin(_dot_)honnen(_at_)gmx(_dot_)de <
xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> 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/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>