[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: Parameter evaluation after use of document()
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Tue, 30 Jul 2002 12:02:17 +0200
Yves Forkl wrote:

<!-- dummy template for root node of included document -->
  <xsl:template match="/" mode="info_mode">
You forgot <xsl:param name="filename_base"/> right here, otherwise it should be syntax error unless you have global variable filename_base.

    <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


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member