Created
July 14, 2009 18:13
-
-
Save batasrki/147099 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <input type="hidden" id="sortCol" name="sortCol"> | |
| <xsl:attribute name="value"> | |
| <xsl:choose> | |
| <xsl:when test="//root/request/sortCol"> | |
| <xsl:value-of select="//root/request/sortCol" /> | |
| </xsl:when> | |
| <xsl:otherwise>1</xsl:otherwise> | |
| </xsl:choose> | |
| </xsl:attribute> | |
| </input> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment