Re: [xsl] Passing parameters to XSL

Subject: Re: [xsl] Passing parameters to XSL
From: Chris Gow <cgow@xxxxxxxxxxxxxxxxxx>
Date: Mon, 12 Feb 2001 11:30:35 -0500
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


Current Thread