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)


> In short, perhaps someone may advise:
> Is reordering of nodes in the output possible?

Yes.

Take a look at xsl:sort.
Or use xsl:for-each or xsl:apply-templates select="xxx" to decide which
nodes to process at each stage.

Mike Kay


 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]