[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: AW: [xsl] recursion with xsl:apply-templates


Subject: RE: AW: [xsl] recursion with xsl:apply-templates
From: "Andrew Welch" <AWelch@xxxxxxxxxxxxxxx>
Date: Thu, 28 Aug 2003 16:25:34 +0100

> Tried that already, but it gives an error within xalan. I'll try again
> after upgrading to the most recent version.

Yeah sorry, if you haven't already spotted it that was a typo.

The line:

<xsl:variable name="indexToIDs" select="exsl:node-set($indexToIDs)"/>

Should of course read:

<xsl:variable name="indexToIDs"
select="exsl:node-set($indexToIDs-rtf)"/>

(and possibly change 'exsl' to 'xalan' depending on how your namespaces
are setup)

andrew

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread