diff options
author | Keiron Liddle <keiron@apache.org> | 2002-05-21 12:09:04 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-05-21 12:09:04 +0000 |
commit | 8203356ff58c5eaa53e833d03dc9499f0f3aee19 (patch) | |
tree | 841ac073c7cc678aea92d3dbe2356c955860fc14 | |
parent | 99f5296c50e26f489d18ee35244de6bd6b62464a (diff) | |
download | xmlgraphics-fop-8203356ff58c5eaa53e833d03dc9499f0f3aee19.tar.gz xmlgraphics-fop-8203356ff58c5eaa53e833d03dc9499f0f3aee19.zip |
added a bit of info about using xalan
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194833 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/xml-docs/fop/embedding.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/xml-docs/fop/embedding.xml b/docs/xml-docs/fop/embedding.xml index ca0209fe3..54d8b70fd 100644 --- a/docs/xml-docs/fop/embedding.xml +++ b/docs/xml-docs/fop/embedding.xml @@ -130,6 +130,21 @@ issues should be fixed in the upcoming JDK1.4</note> </s2> <s2 title="Hints"> + <s3 title="XML/XSL/DOM Inputs"> + <p> +You may want to supply you input to FOP from different data sources. +For example you may have a DOM and XSL stylesheet or you may want to +set variables in the stylesheet. The page here: +<jump href="http://xml.apache.org/xalan-j/usagepatterns.html"> +http://xml.apache.org/xalan-j/usagepatterns.html</jump> describes +how you can do these things. + </p> + <p> +You can use the content handler from the driver to create a SAXResult. +The transformer then can fire SAX events on the content handler which +will in turn create the rendered output. + </p> + </s3> <s3 title="Object reuse"> <p> If FOP is going to be used multiple times within your application |