Save This Page
Home » fop-0.95beta-src » embedding » [javadoc | source]
embedding
public class: ExampleXML2FO [javadoc | source]
java.lang.Object
   embedding.ExampleXML2FO
This class demonstrates the conversion of an XML file to an XSL-FO file using JAXP (XSLT).
Method from embedding.ExampleXML2FO Summary:
convertXML2FO,   main
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from embedding.ExampleXML2FO Detail:
 public  void convertXML2FO(File xml,
    File xslt,
    File fo) throws TransformerException, IOException 
    Converts an XML file to an XSL-FO file using JAXP (XSLT).
 public static  void main(String[] args) 
    Main method.