Xsl for-each in reverse order
How to invert the order in a XSL for-each
use:
<xsl:sort select="position()" data-type="number" order="descending"/>
See xsl for each reverse order - Reverse order: ""
Etiquetas: xslt
Software development stuff.
How to invert the order in a XSL for-each
<xsl:sort select="position()" data-type="number" order="descending"/>
Etiquetas: xslt
On Visual Source Safe Admin window I had the "Rights by Project" option disabled. Got the answer from here: RE: "Rights by Project" greyed out
Etiquetas: VSS