Hi all
May be have the good methods in the new version 0.20.1 or some servlet code exemple
wich
do the same conversion from xsl,xml to Pdf ?
My code is runnig ok with the fop.jar (28/11/2000) but not with 13/08/2001.
Thanks in advance.
Found 6 semantic errors compiling "/Xml2PdfWithFop.java":
107.
driver.addPropertyList("org.apache.fop.fo.StandardPropertyListMapping");
<--------------------------------------------------------------------->
*** Error: No method named "addPropertyList" was found in type
"org/apache/fop/apps/Driver".
108. driver.addPropertyList("org.apache.fop.svg.SVGPropertyListMapping");
<----------------------------------------------------------------->
*** Error: No method named "addPropertyList" was found in type
"org/apache/fop/apps/Driver".
111. driver.setOutputStream(new PrintWriter(new FileWriter(pdfName)));
<-------------------------------------------------------------->
*** Error: No match was found for method "setOutputStream(java.io.PrintWriter)".
112. driver.buildFOTree(parser, new InputSource(new StringReader(fo)));
<--------------------------------------------------------------->
*** Error: No method named "buildFOTree" was found in type
"org/apache/fop/apps/Driver".
113. driver.format();
<------------->
*** Error: No method named "format" was found in type "org/apache/fop/apps/Driver".
114. driver.render();
<------------->
*** Error: No match was found for method "render()".
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]