<?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>Agence de Développement Informatique du Nord &#187; tidy</title>
	<atom:link href="http://blog.adin.pro/tag/tidy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adin.pro</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 26 Dec 2019 08:54:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Tidy PHP: Fatal Error: Class ‘tidy’ Not Found</title>
		<link>http://blog.adin.pro/2013-05-27/tidy-php-fatal-error-class-tidy-not-found/</link>
		<comments>http://blog.adin.pro/2013-05-27/tidy-php-fatal-error-class-tidy-not-found/#comments</comments>
		<pubDate>Mon, 27 May 2013 09:24:37 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpDocx]]></category>
		<category><![CDATA[tidy]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=219</guid>
		<description><![CDATA[<p>You are using phpDocX libs and get an unexpected error : You are parsing all lib files but no trace of a tidy class ? This is normal, tidy is a php5 module, to add it, run this command:</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-05-27/tidy-php-fatal-error-class-tidy-not-found/">Tidy PHP: Fatal Error: Class ‘tidy’ Not Found</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>You are using phpDocX libs and get an unexpected error :</p>
<pre class="brush: bash; title: ; notranslate">
PHP Fatal error:  Class 'tidy' not found in /var/www/epub_converter/library/phpDocx/classes/TransformDoc.inc.php on line 308
</pre>
<p>You are parsing all lib files but no trace of a tidy class ?</p>
<p>This is normal, tidy is a php5 module, to add it, run this command:</p>
<pre class="brush: php; title: ; notranslate">
sudo apt-get install php5-tidy
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-05-27/tidy-php-fatal-error-class-tidy-not-found/">Tidy PHP: Fatal Error: Class ‘tidy’ Not Found</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2013-05-27/tidy-php-fatal-error-class-tidy-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
