Revision 2040
Added by sgarg almost 21 years ago
lib/style/common/resultset.xsl | ||
---|---|---|
94 | 94 |
</tr> |
95 | 95 |
|
96 | 96 |
<xsl:for-each select="resultset/document"> |
97 |
<xsl:sort select="title"/>
|
|
97 |
<xsl:sort select="./param[@name='dataset/title']"/>
|
|
98 | 98 |
<tr valign="top" class="subpanel"> |
99 | 99 |
<xsl:attribute name="class"> |
100 | 100 |
<xsl:choose> |
Also available in: Unified diff
Fixed a bug in sorting of records. Now the result sent back is title sorted.