From: Glen Mazza Date: Mon, 4 Aug 2003 01:31:30 +0000 (+0000) Subject: visual nitpicks fixed. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1228 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=507c7e4537c210cfa150b48807d81a6ce4eeaab8;p=xmlgraphics-fop.git visual nitpicks fixed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196773 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/embedding.xml b/src/documentation/content/xdocs/embedding.xml index 7aeb226e1..e7b73f35e 100644 --- a/src/documentation/content/xdocs/embedding.xml +++ b/src/documentation/content/xdocs/embedding.xml @@ -359,8 +359,7 @@ XML access. This may be easier to understand for people familiar with JAXP. ExampleFO2PDF.java

- This example - + This example demonstrates the basic usage pattern to transform an XSL-FO file to PDF using FOP.

@@ -370,8 +369,7 @@ file to PDF using FOP. ExampleXML2FO.java

- This example - + This example has nothing to do with FOP. It is there to show you how an XML file can be converted to XSL-FO using XSLT. The JAXP API is used to do the transformation. Make sure you've got a JAXP-compliant XSLT processor in your @@ -383,8 +381,7 @@ classpath (ex. Xalan). ExampleXML2PDF.java

- This example - + This example demonstrates how you can convert an arbitrary XML file to PDF using XSLT and XSL-FO/FOP. It is a combination of the first two examples above. The example uses JAXP to transform the XML file to XSL-FO and FOP to @@ -437,8 +434,7 @@ used. For more detailed information see other resources on JAXP (ex. ExampleObj2PDF.java

- The last example - + The last example here combines the previous and the third to demonstrate how you can transform a Java object to a PDF directly in one smooth run by generating SAX events from the Java object that get fed to an XSL