[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Re: quick [but difficult] Xpath Question

Subject: Re: Re: quick [but difficult] Xpath Question
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Fri, 23 Aug 2002 16:35:48 -0400
Re:  Re: quick [but difficult] Xpath Question
[Juan Estevan Madrigal]
>
> I need an XPath statement which will return the first node found in the
> document, where the element's local-name() = 'XX'. The node can be
anywhere
> in the source tree. I've tried all sorts of different statements but they
> either result too many records [ I just need the fist "hit"] or no records
> at all.
>
> I only need the first node, not all the nodes. and the name of the element
> is only known at runtime. This Xpath will be inside an XSLT file which
acts
> as a "find command", displaying the first node found in the document.
>


This should do it, assuming that the desired name is passed in as the
parameter $theName -

//*[local-name()=$theName][1]

Cheers,

Tom P


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.