xsl-list
[Top] [All Lists]

[xsl] Getting the last element

2006-11-13 08:06:14
This is a REALLY easy question, sort of embarrassing that I have to
ask it, but it is Monday morning;)

Ok,  here is the data:

<TestData>
 <Block id="3">
   <result>42</result>
 </Block>
 <Block id="3">
   <result>84</result>
 </Block>
 <Block id="4">
   <result>42</result>
 </Block>
</TestData>

What I need is the result from the LAST Block where @id='3', ie the
result is 84.  I have the set:

<xsl:value-of select="/TestData/Block[(_at_)id='3']/result"/>

But I don't know how to get that down to just the last node in the set.

Sam
--
Miltonstreet Photography
http://www.miltonstreet.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>