diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-01-24 14:21:46 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-01-24 14:21:46 +0000 |
commit | 499ce535625915cb4bf2e00b1801e4a6c3dd04b8 (patch) | |
tree | 3851749ec80f1777dd4f2ca96e11406a26a0d1bb /src/documentation/content/xdocs/trunk/intermediate.xml | |
parent | ae5491af3cc873c6fa366674dd214450397adef6 (diff) | |
download | xmlgraphics-fop-499ce535625915cb4bf2e00b1801e4a6c3dd04b8.tar.gz xmlgraphics-fop-499ce535625915cb4bf2e00b1801e4a6c3dd04b8.zip |
Command-line support for the intermediate format: Use "-atin" to specify an area tree XML file.
Refactoring of the InputHandler to accomodate the IF as input format and to make responsibilities clearer in general.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@371922 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/trunk/intermediate.xml')
-rw-r--r-- | src/documentation/content/xdocs/trunk/intermediate.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/intermediate.xml b/src/documentation/content/xdocs/trunk/intermediate.xml index e80925faa..360766241 100644 --- a/src/documentation/content/xdocs/trunk/intermediate.xml +++ b/src/documentation/content/xdocs/trunk/intermediate.xml @@ -101,6 +101,11 @@ try { <code>endDocument()</code> on the AreaTreeModel. This lets the Renderer know that the processing is now finished. </p> + <p> + The intermediate format can also be used from the <a href="running.html#standalone-start">command-line</a> + by using the "-atin" parameter for specifying the area tree XML as input file. You can also + specify a "mimic renderer" by inserting a MIME type between "-at" and the output file. + </p> <section id="concat"> <title>Concatenating Documents</title> <p> |