<?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>PinoyLancer (PL) &#187; xml</title>
	<atom:link href="http://pinoylancer.com/blog/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://pinoylancer.com/blog</link>
	<description>PinoyLancer (PL) is your only gig, project, and freelance hub</description>
	<lastBuildDate>Mon, 09 Aug 2010 21:11:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Feedburner RSS feed fixed</title>
		<link>http://pinoylancer.com/blog/2008/05/28/feedburner-rss-feed-fixed/</link>
		<comments>http://pinoylancer.com/blog/2008/05/28/feedburner-rss-feed-fixed/#comments</comments>
		<pubDate>Tue, 27 May 2008 19:47:20 +0000</pubDate>
		<dc:creator>ajbatac</dc:creator>
				<category><![CDATA[Bug Fixes]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://pinoylancer.com/blog/?p=22</guid>
		<description><![CDATA[There was an issue on the RSS feed the past few days. It was some characters showing on the project title. Those were single and double quotes not properly decoded on the XML. What I should have done is instead of just placing: htmlspecialchars_decode($str); It should be: htmlspecialchars_decode($str, ENT_QUOTES); The latter will decode both double [...]]]></description>
			<content:encoded><![CDATA[<p>There was an issue on the RSS feed the past few days. It was some characters showing on the project title. Those were single and double quotes not properly decoded on the XML. What I should have done is instead of just placing:</p>
<blockquote><p><span style="color: #0000bb;">htmlspecialchars_decode</span><span style="color: #007700;">(</span><span style="color: #0000bb;">$str</span><span style="color: #007700;">);</span></p></blockquote>
<p>It should be:</p>
<blockquote><p><span style="color: #0000bb;">htmlspecialchars_decode</span><span style="color: #007700;">(</span><span style="color: #0000bb;">$str</span><span style="color: #007700;">, </span><code class="constant">ENT_QUOTES</code><span style="color: #007700;">);</span></p></blockquote>
<p>The latter will decode both double and single quotes.</p>
<p>Next time, I&#8217;ll re-read the PHP manual again. :) It was a &#8220;duh&#8221; moment for me.</p>
<p>It should be good now at <a href="http://feeds.feedburner.com/PinoyLancer">http://feeds.feedburner.com/PinoyLancer</a></p>
<p>Thanks!</p>
<p>&#8211;aj</p>
]]></content:encoded>
			<wfw:commentRss>http://pinoylancer.com/blog/2008/05/28/feedburner-rss-feed-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
