You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by MEMMADI Said <sa...@renault.com> on 2001/09/05 08:25:53 UTC

Fop 0.20.1

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: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org