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]

Re: Passing parameter to xsl stylesheet


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


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