Hi,
you need to declare your parameter at the beginiing of the stylesheet :

<xsl:param name="yourparam"/>
....
<xsl:template match="/">
....

Then in the body of your stylesheet, $yourparam  gives you the value of the 
parameter.

Good luck
Alex




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