| 
 
Subject: Re: [xsl] Using values from one node tree to iterate/recurse  over another set of nodes. (Newbie Question) From: Richard Dyce <subscriptions@xxxxxxxx> Date: Wed, 27 Feb 2008 16:19:06 +0000  | 
<xsl:function name="my:record-field" as="element()"> <xsl:param name="r" as="element(record)"/> <xsl:param name="f" as="element(field)"/> <xsl:sequence select="$r/*[local-name() eq $f/@name]"/> </xsl:function>
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Using values from one nod, Florent Georges | Thread | Re: [xsl] Using values from one nod, Florent Georges | 
| Re: [xsl] Using values from one nod, Martin Honnen | Date | Re: [xsl] Using values from one nod, Richard Dyce | 
| Month |