From dc4ed88c3a64ae730213b87a586d5139aba61539 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Thu, 28 Jun 2001 09:55:11 +0000 Subject: [PATCH] added info about using xslt input handler git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194322 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/fop/embedding.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/xml-docs/fop/embedding.xml b/docs/xml-docs/fop/embedding.xml index 5f6e46f94..c74ba2bdf 100644 --- a/docs/xml-docs/fop/embedding.xml +++ b/docs/xml-docs/fop/embedding.xml @@ -49,6 +49,19 @@ driver.format(); driver.setOutputStream(new FileOutputStream(args[1])); driver.render(); +]]> +

You can also specify an xml and xsl file for the input. +

+

Here is an example use of Driver with the XSLTInputHandler:

+

Have a look at the classes CommandLineStarter or FopServlet for complete examples.

-- 2.39.5