> > 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). DavidReceived on Friday, 23 November 2001 08:54:33 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 3 October 2007 16:06:08 GMT