Hi Bartomeu,
create this:
    <xsl:param name="myparam"/>
as a top level element in your stylesheet.
You can then reference it like this:
    <xsl:value-of select="$myparam"/>
    
Hth,
Christian


On Thu, Dec 20, 2001 at 11:02:38AM +0100, Bartomeu Adrover wrote:
> I'm working in web development and I'm traying to design our web site
> with xml and Cocoon2.
> With the cocoon 2 is possible pass to an XSLT one parameter usin this
> tag
> <parameter name="myparam"value="myvalue"/> in a pipeline. This parameter
> is the name of server, in my case
> http://ensiola.uib.es:8080/. I need this information in the xslt for
> generare the url to the images with the fo generator.
> How can I recover this value in xlst? Or can I pass to all pipelines
> this information one time?
> 
> Thank you.
> Bye


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to