Subject: RE: Building a nodeset by recursion
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 20 Jul 1999 15:43:35 +0100
|
>
> ] <xsl:apply-templates select="/" mode="gather"/>
>
> is that being used as a top level form? Doesn't it have to be inside
> <xsl:template match="/"> ?
Yes it does, I left that out as noise. Sorry!
>
> To build up your node list can't you just make it a param-variable
> (april terminology) and then call apply-templates with
> <xsl:param name="top-level" expr="$top-level | whatever"/>
>
The problem is returning a result.
Mike K
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|