|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl:with-param
> Am I misunderstanding something or should the follow xslt
> snippet work:
>
> -----
> <xsl:template match="/">
> <foo>
> <xsl:apply-templates mode="foo">
> <xsl:with-param name="wit">B</xsl:with-param>
> </xsl:apply-templates>
> </foo>
> </xsl:template>
>
> <xsl:template match="body" mode="foo">
> <xsl:param name="wit" />
> <xsl:if test="contains(@wit, $wit)">
> <body wit="{$wit}"><xsl:apply-templates mode="foo"/></body>
> </xsl:if>
> </xsl:template>
> -----
>
> I expected that the root template would apply any
> other templates with mode="foo" and make available to
> them the param $wit with value 'B'.
In case "body" is not the top element (the child of "/"), probably a
template that was instantiated for one of its ancestors didn't have an
xsl:param named "wit".
Then "the chain is broken" ... this template cannot pass a parameter it
doesn't know about.
You haven't shown us the sml.source and the other templates that are part of
the transformation, so one can only provide a guess of what is the exact
reason for the reported behaviour.
=====
Cheers,
Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL
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








