This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi, I am new to XSL-FO. I downloaded the code from Apache ... I am using the FopServlet to generate PDF files. When I use .fo files, everything works fine (I can get the PDF files). But when I use xsl and xml files (using the files that come with the examples in the fop package download), I always get a blank page. What did I do wrong? Thanks, Walter
Sometimes its depends on the broswer that you use. You can avoid this by appending a dummy extension at the end of the URL like http://localhost/servlet/FOPServlet?xsl=foo.xsl&xml=foo.xml&pdf=dummy.pdf Also please check whether you are able to generate PDF (with datas)for the xsl and xml using the command prompt option [ May 16, 2003: Message edited by: Balaji Loganathan ]