- From: Alex Smorodin <agsmorodin@gmail.com>
- Date: Sat, 19 Apr 2008 15:04:52 +0300
- To: www-xsl-fo@w3.org
Received on Saturday, 19 April 2008 20:32:48 UTC
first of all, sorry for my english. how can i use fop to generate pdf, without creating a temporary XML file. now I have a xsl file, and then create a temporary xml file, and execute "fop -xsl file.xsl -xml file.xml -pdf file.pdf". but i must to delete file.xml leter. how can I generate pdf without creating temporary xml file? how to explain to FOP get xml data from string? p.s. i am using C++. exec FOP from execv();
Received on Saturday, 19 April 2008 20:32:48 UTC