[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] passing variable through to document() call.


Subject: Re: [xsl] passing variable through to document() call.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 14 Aug 2003 11:24:10 +0100

  So the with-param don't seem to be passing the value through.

  What could I be missing?


parameters are never passed automatically, your  parameter in teh 
ivory template will only get a value if the apply-templates which
invokes it is called with with-param
something like
  <xsl:with-param name="render2web" select="$render2web""/>
is the usual idiom.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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



Current Thread