|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: FW: Troubleshooting a sort
> -----Original Message-----
> From: Grant, Kathryn
>
> If anyone has any other ideas, I'd welcome them.
>
Hi,
Sorry, ignore my other post... or at least study it very carefully, and
you'll notice that I was too quick :) Can't sort status_history elements, as
there's only one per SAVEIdea, not?
Basic idea will work in your situation though...
Only should be more like
<td ...>
<xsl:apply-templates select="status_history" />
</td>
<xsl:template match="status_history">
<xsl:value-of select="status[last()]
</xsl:template>
if the status elements are always sorted ascending.
Cheers,
Andreas
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








