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

Subject: Re: [xsl] passing variable through to document() call.
From: Eric Smith <es@xxxxxxxxxxxx>
Date: Thu, 14 Aug 2003 13:32:09 +0200
David Carlisle said:
> invokes it is called with with-param
> something like
>   <xsl:with-param name="render2web" select="$render2web""/>
> is the usual idiom.
> 

Yes of course that is the way to do it - I used the version below
just for debugging and to remove a further contingency by passing a static
string to the param rather than the var $render2web viz.

<xsl:with-param name="render2web" select="yes"/>

Either way - its still not giving me any joy, alas.

-- 
Eric Smith

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


Current Thread