Re: [xsl] Using values from one node tree to iterate/recurse over another set of nodes. (Newbie Question)

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
Thanks for your speedy reply!

On 27 Feb 2008, at 15:45, Florent Georges wrote:

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


I think this may be an XSLT 1.0 issue, but I get


xsltStylePreCompute: unknown xsl:function

and

xsltStylePreCompute: unknown xsl:sequence

:-(

Current Thread