xsl-list
[Top] [All Lists]

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

2012-04-02 13:16:15
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(_at_)mulberrytech(_dot_)com
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
======================================================================

--~------------------------------------------------------------------
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>