|
Subject: [xsl] First Element in Sorted List From: John <john-xsl-list@xxxxxxxx> Date: Wed, 01 Jun 2005 06:38:59 -0700 |
<xsl:for-each select="item">
<xsl:sort select="@sortorder" data-type="number" />
<xsl:if test="position() = 1">
<!-- this is the first element in the sorted list -->
</xsl:if>
</xsl:for-each>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Keys (easy one) match on , Karl Stubsjoen | Thread | Re: [xsl] First Element in Sorted L, JBryant |
| Re: [xsl] Keys (easy one) match on , Karl Stubsjoen | Date | RE: [xsl] First Element in Sorted L, Andrew Welch |
| Month |