|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: passing variable through to document() call.
> 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.
Remember if you mean to use a string you need to use:
<xsl:with-param name="render2web" select="'yes'"/>
^ ^
Notice the single quotes. Without them you are telling the variable to
select the <yes> element - it's a common gotcha.
andrew
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








