[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] passing node-set through multiple templates
Subject: Re: [xsl] passing node-set through multiple templates
From: silvan <silvan@xxxxxxxxx>
Date: Fri, 30 May 2003 18:27:26 +0200
|
Ok, got it working -
obviously one can pass a variable along
several templates ...
<xsl:with-param name="rows" select="//path/to/nodes/*" />
.. appending /* at the end of the path did the trick ;)
Greets
silvan
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|