git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197874
13f79535-47bb-0310-9956-
ffa450edef68
// 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);
//Java
import java.io.File;
-import java.io.IOException;
import java.io.OutputStream;
//JAXP
//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