Subject: document(), apply-templates and parameters
From: "Tangi Vass" <tangivass@xxxxxxxxxxxxxx>
Date: Wed, 20 Oct 1999 16:01:36 +0200
|
|
I tried to do this:
<xsl:apply-templates
select="document('foo.xml')">
<xsl:with-param
name="arg1">ok</xsl:with-param>
</xsl:apply-templates>
But it fails: arg1's value is ignored.
Could someone tell me why ("normal" feature to prevent
potential side-effects, bug in LotusXSL 0.18.2, ...) ?
Thanks in advance,
Tangi
|
|