|
Subject: Re: [xsl] Parameter evaluation after use of document() From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx> Date: Tue, 30 Jul 2002 12:02:17 +0200 |
You forgot <xsl:param name="filename_base"/> right here, otherwise it should be syntax error unless you have global variable filename_base.<!-- dummy template for root node of included document --> <xsl:template match="/" mode="info_mode">
<xsl:apply-templates mode="info_mode">
<xsl:with-param name="filename_base"
select="$filename_base"/>
</xsl:apply-templates>
</xsl:template>
-- Oleg Tkachenko Multiconn International, Israel
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Parameter evaluation afte, Yves Forkl | Thread | RE: [xsl] xslt critique, DPawson |
| [xsl] reverse sorting, sascha | Date | RE: [xsl] struggling with avt's, DPawson |
| Month |