Subject: Re: lists as parameters
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 6 Aug 1999 09:33:02 +0100 (BST)
|
<xsl:for-each select="$test/v">
you can't do that, although as I commented on an earlier thread, that
would be nice, although here you dodn't really need to, you can move
your
<xsl:for-each select="v">
V is <xsl:value-of select="."/><br />
</xsl:for-eac
Up into the <xsl:param call, and so pass the completed result tree
fragment down to your template, and then just use <xsl:copy-of
select="$test"/>
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|