From f643ab7dc5cfe26889aacd9b18d58e2505176a68 Mon Sep 17 00:00:00 2001 From: fotis Date: Thu, 20 Jul 2000 23:52:53 +0000 Subject: [PATCH] commented out XTCommandLine description git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193541 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/fop/running.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/xml-docs/fop/running.xml b/docs/xml-docs/fop/running.xml index bf971f41b..a44ef4d80 100644 --- a/docs/xml-docs/fop/running.xml +++ b/docs/xml-docs/fop/running.xml @@ -18,12 +18,12 @@

-

There are three ways to run FOP from the command line.

+

There are two ways to run FOP from the command line.

a) Batch processing formatting objects (fo) files:

java org.apache.fop.apps.CommandLine fo-file pdf-file

-

b) Batch processing xml files (includes production of the fo-files):

-

java org.apache.fop.apps.XTCommandLine xml-file xsl-file pdf-file

-

c) Previewing the fo-file:

+ +

b) Previewing the fo-file:

java org.apache.fop.apps.AWTCommandLine fo-file

Each method uses next to the fop classes other packages. The following describes each method in detail.

@@ -47,7 +47,7 @@

org.apache.fop.apps.CommandLine fo-file pdf-file

Note: The xerces jar file must be included, because xp has no dom support.

- + +

If you already produced the FO file, you can preview the results of your transformation without using any pdf viewer by invoking FOP with the viewer application. You will need to include FOP and your XML Parser in your classpath -- 2.39.5