<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FireLike &#187; XSL-FO</title>
	<atom:link href="http://www.firelike.com/index.php/category/software-development/xsl-fo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firelike.com</link>
	<description>In search of..</description>
	<lastBuildDate>Sun, 15 Jan 2012 22:52:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PDF Generation with Apache FOP</title>
		<link>http://www.firelike.com/index.php/2006/12/19/xmlpdfgeneration/</link>
		<comments>http://www.firelike.com/index.php/2006/12/19/xmlpdfgeneration/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 00:28:23 +0000</pubDate>
		<dc:creator>firelike</dc:creator>
				<category><![CDATA[PDF Generation]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[XSL-FO]]></category>

		<guid isPermaLink="false">http://www.firelike.com/?p=13</guid>
		<description><![CDATA[I wrote a small PHP class for generation of PDF document using XML,XSL-FO and Apache FOP Generation. Here is a process outline: Install Apache FOP on your server; Edit the relevant path to the executible in the declaration part of the class; Create XML string; Create XSL file to convert the XML string to XSL-FO; [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a small PHP class for generation of PDF document using XML,XSL-FO and Apache FOP Generation.<span id="more-13"></span></p>
<p>Here is a process outline:</p>
<ol>
<li>Install <a title="Apache FOP Project" href="http://xmlgraphics.apache.org/fop/" target="_blank">Apache FOP</a> on your server;</li>
<li>Edit the relevant path to the executible in the declaration part of the class;</li>
<li>Create XML string;</li>
<li>Create XSL file to convert the XML string to XSL-FO;</li>
<li>Create instance of XMLPDFGeneration class</li>
<li>Set debug flag, fo file output directory and pdf file output directory</li>
<li>Call XMLPDFExecute() function;</li>
<li>You are done &#8211; the PDF file is generated;</li>
</ol>
<p>You can download the code <a href="http://www.firelike.com/wp-content/uploads/2006/12/xmlpdfgeneration.txt" target="_blank">h</a><a id="p14" href="http://www.firelike.com/wp-content/uploads/2006/12/xmlpdfgeneration.txt" target="_blank">ere</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firelike.com/index.php/2006/12/19/xmlpdfgeneration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML and XSL-FO to PDF</title>
		<link>http://www.firelike.com/index.php/2006/12/18/xml-and-xsl-fo-to-pdf/</link>
		<comments>http://www.firelike.com/index.php/2006/12/18/xml-and-xsl-fo-to-pdf/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 08:13:32 +0000</pubDate>
		<dc:creator>firelike</dc:creator>
				<category><![CDATA[PDF Generation]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL-FO]]></category>

		<guid isPermaLink="false">http://www.firelike.com/?p=10</guid>
		<description><![CDATA[Antenna House web site has wealth of information about this cool technology]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.antennahouse.com/" target="_blank">Antenna House  web site</a> has  wealth of information about this cool technology</p>
]]></content:encoded>
			<wfw:commentRss>http://www.firelike.com/index.php/2006/12/18/xml-and-xsl-fo-to-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

