<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Extracting Translatable Strings From Zend_Validate</title>
	<atom:link href="http://www.chrisabernethy.com/extracting-translatable-strings-from-zend_validate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fextracting-translatable-strings-from-zend_validate%2F%23comment-&#038;seed_title=Extracting+Translatable+Strings+From+Zend_Validate</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 23:42:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Adem</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fextracting-translatable-strings-from-zend_validate%2F%23comment-26145&#038;seed_title=Extracting+Translatable+Strings+From+Zend_Validate#comment-26145</link>
		<dc:creator>Adem</dc:creator>
		<pubDate>Thu, 29 Sep 2011 08:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=33#comment-26145</guid>
		<description>Great!! Cool!

PS. 
I found a little improvement:
Could you replace require_once($path);   
with
if( file_exists($path) and is_file($path))
        require_once($path);
    else
        continue;</description>
		<content:encoded><![CDATA[<p>Great!! Cool!</p>
<p>PS.<br />
I found a little improvement:<br />
Could you replace require_once($path);<br />
with<br />
if( file_exists($path) and is_file($path))<br />
        require_once($path);<br />
    else<br />
        continue;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: René Pardon</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fextracting-translatable-strings-from-zend_validate%2F%23comment-14993&#038;seed_title=Extracting+Translatable+Strings+From+Zend_Validate#comment-14993</link>
		<dc:creator>René Pardon</dc:creator>
		<pubDate>Sat, 29 May 2010 21:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=33#comment-14993</guid>
		<description>WOW - really awesome.

This article helps me to save a few hours of translation.</description>
		<content:encoded><![CDATA[<p>WOW &#8211; really awesome.</p>
<p>This article helps me to save a few hours of translation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

