xsl-list
[Top] [All Lists]

RE: % in xslt printing as ?

2005-09-22 15:38:10

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/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>