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

Subject: Re: [xsl] Filtering nodes based on name and value
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 02 Apr 2012 10:58:05 +0100
On 02/04/2012 10:51, Fabien Tillier wrote:
<xsl:value-of select="row[N101 = 5]"/>


<xsl:variable name="param" select="'N101'"/>

<xsl:value-of select="row[*[name()=$param] = 5]"/>


David


--
google plus: https:/profiles.google.com/d.p.carlisle

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________


Current Thread