Re: [xsl] Filtering nodes based on name and value

Subject: Re: [xsl] Filtering nodes based on name and value
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 02 Apr 2012 14:16:03 -0400
David,

Thanks, forgot about that bit. :->

Cheers,
Wendell

On 4/2/2012 12:29 PM, David Carlisle wrote:

or, in xslt2:


<xsl:key name="element-by-name" match="*" use="name()"/>
row[key('element-by-name',$param,.) = 5]

otherwise you'd select every row if any row had a child of that name
with value 5.

-- ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================

Current Thread