Unlocking the Mysteries of Data View Web Part XSL Tags – Part 8 – <xsl:sort>
Cross-posted from EndUserSharePoint.com… <xsl:sort> Used within an <xsl:for-each> to determine the sort order in which the nodeset (group of rows) are processed. <xsl:sort> allows you to change the default sort order of the items as they are displayed in a Data View Web Part (DVWP). By default (in almost all cases), the items will be…