jeremias 2004/08/15 02:46:47
Modified: examples/embedding/java/embedding ExampleXML2PDF.java
ExampleDOM2PDF.java
Log:
Style-up for example classes.
Revision Changes Path
1.14 +0 -2 xml-fop/examples/embedding/java/embedding/ExampleXML2PDF.java
Index: ExampleXML2PDF.java
===================================================================
RCS file: /home/cvs/xml-fop/examples/embedding/java/embedding/ExampleXML2PDF.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ExampleXML2PDF.java 24 Jul 2004 05:47:44 -0000 1.13
+++ ExampleXML2PDF.java 15 Aug 2004 09:46:46 -0000 1.14
@@ -20,7 +20,6 @@
//Java
import java.io.File;
-import java.io.IOException;
import java.io.OutputStream;
//JAXP
@@ -33,7 +32,6 @@
//FOP
import org.apache.fop.apps.Fop;
-import org.apache.fop.apps.FOPException;
/**
* This class demonstrates the conversion of an XML file to PDF using
1.13 +1 -2 xml-fop/examples/embedding/java/embedding/ExampleDOM2PDF.java
Index: ExampleDOM2PDF.java
===================================================================
RCS file: /home/cvs/xml-fop/examples/embedding/java/embedding/ExampleDOM2PDF.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ExampleDOM2PDF.java 24 Jul 2004 05:47:44 -0000 1.12
+++ ExampleDOM2PDF.java 15 Aug 2004 09:46:46 -0000 1.13
@@ -115,7 +115,6 @@
// Create a sample XSL-FO DOM document
Document foDoc = null;
Element root = null, ele1 = null, ele2 = null, ele3 = null;
- Text elementText = null;
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
dbf.setNamespaceAware(true);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]