|
Subject: [xsl] How do you get the most recent element? From: "Tom Gilbert" <tom.gilbert@xxxxxxxxxxxxx> Date: Fri, 9 Feb 2001 11:49:55 -0600 |
I need to display the most recent "note". I did something like shown below.
I'm concerned that the match will go through all the sorted notes even
though I
only want the most recent. Thought there might be a more
elegant solution out there.
<xsl:apply-templates select="note">
<xsl:sort order="descending" select="time"/>
</xsl:apply-templates>
<xsl:template match="note">
<xsl:if test="position()=1">
<xsl:value-of select="text"/>
</xsl:if>
</xsl:template>
Tom GilbertVoice: 262-240-0760 x103
262-240-0761
tom.gilbert@xxxxxxxxxxxxx
Cartanova, Inc.Fax:
10558 N. Port Washington Rd.Email:
Mequon, WI 53092
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] how to test a condtion in, Don Bruey | Thread | Re: [xsl] How do you get the most r, David Carlisle |
| [xsl] how to test a condtion in XSL, anand awasthi | Date | RE: [xsl] So THAT'S what CDATA is f, RSuiter |
| Month |