Thanks, but I do this in my XSLT, the problem is pass then parameter to al
Pipelines of may sitemap or obtain the cgi enviroment varibles in my XSLT.

Christian Schmitt wrote:

> 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]>
begin:vcard 
n:Adrover;Bartomeu
x-mozilla-html:FALSE
org:UIB;Servei de Cālcul i Informatizaciķ
version:2.1
email;internet:[EMAIL PROTECTED]
adr;quoted-printable:;;Edifici Anselm Turmeda, Campus de la UIB=0D=0ACarretera de Valldemossa Km 7,5 ;Palma de Mallorca;Illes Balears;07071;Espanya
fn:Baromeu Adrover
end:vcard

---------------------------------------------------------------------
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