RE: [xsl] % in xslt printing as ?

Subject: RE: [xsl] % in xslt printing as ?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 22 Sep 2005 23:38:10 +0100
> I'm trying to pass a variable to my xsl processor as well, but I don't
> know how to recive it in the XSL.
> What xsl command do I use? 

Use <xsl:param name="nnnn"/> as a top-level element (a child of
xsl:stylesheet). Then refer to the parameter just like a variable, as $nnnn.
The way you actually supply the parameter a value depends on the processor
API you are using.

Michael Kay
http://www.saxonica.com/

Current Thread