xsl:sort

W3C Working Draft

Sorting is specified by adding xsl:sort elements as children of xsl:apply-templates or xsl:for-each. The first xsl:sort child specifies the primary sort key, the second xsl:sort child specifies the secondary sort key and so on.When used in xsl:for-each, xsl:sort elements must occur first.