Subject: Re: XSL macros stronger then XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 29 Apr 1999 14:36:46 +0100 (BST)
|
> 2. Advance: allow variables to have a node-set/node-list value instead of
> just a string value. This has far-reaching consequences.
according to sec 13 a variable can have value any type allowed in an
XSLT expression. I think the idea is that instead of the old contents
form you use a named parameter and then grab its value with
<xsl:copy-of select="$paramname" />
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|