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

Subject: Re: Passing parameter to xsl stylesheet
From: "Aleksei Valikov" <valikov@xxxxxx>
Date: Wed, 29 Aug 2001 09:23:52 +0200
Hi.


> Is it possible to pass a document or nodelist to a parameter in xsl
stylesheet? If it is, could you please show me how?

<xsl:apply-templates>
  <xsl:with-param name="thisdoc" select="/">
  <xsl:with-param name="otherdoc" select="document('od.xml')"/>
  <xsl:with-param name="nodes" select="//node()"/>
</xsl:apply-templates>

Bye.
/lexi



 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