Subject: <with-param> with non-text node
From: Prashant Thakare <thakare@xxxxxxxxxxxxx>
Date: 17 Sep 2003 01:26:36 -0400
|
If I call some template as :
<xsl:call-template name="XXXX">
<xsl:with-param name="YYYY">
<Parent>
child1
child2
</Parent>
</xsl:with-param>
</xsl:call-template>
instead of the text value for the parameter (I believe it is legal), how
do I process parameter YYYY in the template "XXXX"?
I am interested in retaining such non-next (node) parameters, so would
be more interested in ways of processing them rather than ways of
specifying alternatively.
I believe this could also be helpful in getting some "variable argument
list" power in xsl, can we achieve this currently using plain xsl?
Prashant
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|