On 6/18/05, Franz Ruebe <[EMAIL PROTECTED]> wrote:
> Even if I'm not yet fully understanding the fallback-mechanism, I've added
> in these transformers my parameter, but it didn't work.
>       <!-- Lenya GUI screen -->
>       <map:match pattern="lenya-screen.xsl">
>         <map:generate src="{fallback:xslt/util/page2xhtml.xsl}"/>
>         <map:transform src="lenya/xslt/util/page2xslt.xsl">
>           <map:parameter name="contextprefix"
> value="{request:contextPath}"/>
> 
>           <map:parameter name="niceToHave" value="'But how to get'"/>
> 
>         </map:transform>
>         <map:serialize type="xml"/>
>       </map:match>
> Shouldn't that work?

To pass a variable from an XMAP to XSL, you need to specify it in the
XMAP and the XSL.
See the example at the end of:
http://solprovider.com/lenya/variables

solprovider

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to