RE: [xsl] Identifying an element

Subject: RE: [xsl] Identifying an element
From: Joshua.Kuswadi@xxxxxxxxxxxxxxxxxxxx
Date: Wed, 15 Aug 2001 11:49:59 +1000
Kevin wrote:
> I want to identify the first instance of this value. Does 
> anyone have any
> ideas on how to do this?
> 
> Below id my example and I want to grab the first instance of 
> <ME/> that
> equals "282214"

Does this work?
	select="//ME[. = '282214'][1]"

Joshua

------------------------------------------------------------------------------
This message and any attachment is confidential and may be privileged or otherwise protected from disclosure.  If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone.





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread