Hi there again...

To define the configuration for rendering I use:
-----------------
...
fopFactory.setUserConfig(new File("fop.xconf"));
Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF, out);
TransformerFactory tFactory = TransformerFactory.newInstance();
Transformer transformer = tFactory.newTransformer(new StreamSource("Test.xsl"));
...
transformer.transform(src, res);
-----------------

Is there the possibiliy to define xsl-parameters in fop.xconf, which are passed to my Test.xsl?

Thanks & kind regards,
Oliver Hirschi


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to