This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Parameter evaluation after use of document()


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]