xsl-list
[Top] [All Lists]

<with-param> with non-text node

2003-09-16 22:26:36
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



<Prev in Thread] Current Thread [Next in Thread>