- From: David Tolpin <dvd@renderx.com>
- Date: Fri, 23 Nov 2001 17:56:18 +0400 (AMT)
- To: www-xsl-fo@w3.org
> > i have absolutely no idea of how to pass that parameter, could u give a > basic example maybe, i would really appreciate that greatly, this stuff > looks like chinese to me.. : ) > Dudley, the question is about XSLT implementations, not about XSL FO. Normally, with many processors you can just specify a name=value pair (date="Nov 13th, 2001") on the command line calling your XSLT processor. java com.icl.saxon.StyleSheet data.xml data2fo.xsl date="Nov 13th, 2001" and then process it inside your stylesheet (xsl:param name="date" is assumed to be declared in the stylesheet). David
Received on Friday, 23 November 2001 08:54:33 UTC