problems with creating pdf

2002-04-05 Thread Marianne von den Driesch und Viktor Goebel
We have the following problem using FOP: First we tried to embed FOP into a small java programm: package TestPackage; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import org.xml.sax.InputSource; import org.xml.sax.XMLReader; import org.apache.fop.apps.Driver;

Re: problems with creating pdf

2002-04-05 Thread Fischer Tibor
what version of FOP do you use? try this code. it works perfectly with 0.20.3 FOP public static void execWFop(String xmlFile, String xslFile, String outputFile){ try{ try { javax.xml.transform.stream.StreamSource xmlSource=new javax.xml.transform.stream.StreamSource(new

Re: problems with creating pdf

2002-04-05 Thread Mihael Knezevic
On 2002.04.05 12:18 Marianne von den Driesch und Viktor Goebel wrote: We tried also to start FOP from the command line under dos and linux with the parameters  xslfoRef.xml and xml2pdf.xsl. The error message was :   Master -reference for fo:page -sequence matches no simple -page -master or