[EMAIL PROTECTED] wrote:
I am working on flowscripts.I am passing a variable from a flowscript function to a pipeline in sitemap, and trying to access it in a xml and also a xsl.I am able to access it in the xml as ${variable_name} but when I am trying to access it in the same way as ${variable_name} in the xsl I am unable to access it.
A parameter has to be declared before using it in XSL, and the syntax is different from the one used in JX templates.
Can anyone through some light on the problem,any idea regarding how to access a variable in xsl passed from a flowscript function?
As usual in Cocoon, there are many ways to achieve this, but I presume (though I never had the chance to use it myself) that FlowAttributeModule input module is the best fit (http://cocoon.apache.org/2.1/userdocs/concepts/modules-ref.html).
Regards, -------------------- Luca Morandini www.lucamorandini.it -------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
