RE: [xsl] Passing parameters to XSL

Subject: RE: [xsl] Passing parameters to XSL
From: Chris Gow <cgow@xxxxxxxxxxxxxxxxxx>
Date: Mon, 12 Feb 2001 12:23:27 -0500
Not exactly, I know it is available in 1.8.0 (that's when I started using it) it might've been available in earlier versions too.

Chris

At 04:35 PM 2/12/01 +0000, you wrote:
Do you know in what version of Cocoon this feature was introduced?

> -----Original Message-----
> From: Chris Gow [SMTP:cgow@xxxxxxxxxxxxxxxxxx]
> Sent: Monday, February 12, 2001 4:31 PM
> To:   xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:      Re: [xsl] Passing parameters to XSL
>
> If you are using cocoon, you can create a top-level param (a parameter
> outside of a template) with the same name as your HTTP parameter.
>
> For example:  http://someurl?param1=value
>
> could be mapped to an XSL parameter declared as:
>
> <xsl:param name="param1"/>
>
>
> Hope this helps
>
> Chris
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread