diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-15 15:50:40 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-15 15:50:40 +0000 |
commit | 2b6866b41fd9151d6f53edda608a5c0694a750f2 (patch) | |
tree | ef5febcb19a37b7d63f78ce468645045e9894697 /src/documentation/content/xdocs/embedding.xml | |
parent | d0d1287b0518138116aafd2ef0426a27353e211b (diff) | |
download | xmlgraphics-fop-2b6866b41fd9151d6f53edda608a5c0694a750f2.tar.gz xmlgraphics-fop-2b6866b41fd9151d6f53edda608a5c0694a750f2.zip |
Add comment incorporating contents of running.xml.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196268 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/embedding.xml')
-rw-r--r-- | src/documentation/content/xdocs/embedding.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/embedding.xml b/src/documentation/content/xdocs/embedding.xml index dbf120aee..7bccfc67a 100644 --- a/src/documentation/content/xdocs/embedding.xml +++ b/src/documentation/content/xdocs/embedding.xml @@ -13,7 +13,10 @@ <body> <section id="overview"> <title>Overview</title> - <p>Instantiate org.apache.fop.apps.Driver. Once this class is + <p>Review <link href="running.html">Running FOP</link> for important information that applies to embedded applications as well as command-line use, such as options and performance. + </p> + <p>To embed FOP in your application, instantiate org.apache.fop.apps.Driver. + Once this class is instantiated, methods are called to set the Renderer to use and the OutputStream to use to output the results of the |