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: reordering output (Again)


Goetz Block wrote:
> On Mon, Oct 22 '01 at 14:42, Eric Smith wrote:
>> In short, perhaps someone may advise:
>> Is reordering of nodes in the output possible?
> Yes.
>
> But could you be more elaborated on what and how you want to
> reorder. If you have a specific criteria, you can use <xsl:for-each
> sort=''>, but it might be more complicated than this.

Goetz meant:

  <xsl:for-each select="...">
    <xsl:sort select="..." />
    ...
  </xsl:for-each>

You can also use xsl:sort within xsl:apply-templates to change the
order in which nodes are processed with templates.

I hope that helps,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 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]