|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: setStylesheetParameter() question
> xsltProcessor.setStylesheetParam("testing", "'testing val'"); //note the
> single quotes
>
> <xsl:template match="/">
> <xsl:apply-templates>
> <xsl:with-param name="testing"/>
> </xsl:apply-templates>
> </xsl:template>
>
> <xsl:template match="someelement">
> <xsl:param name="testing"/>
> <xsl:value-of select="$testing"/>
> </xsl:template>
Looks to me like it might help to:
(a) declare a top-level xsl:param name="testing"
(b) remove the declaration of the param in someelement
(c) remove the xsl:with-param from the apply-templates
Steve
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








