<?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: Simple XML is Simpler!</title>
	<atom:link href="http://ja.meswilson.com/blog/2007/05/19/simple-xml-is-simpler/feed/" rel="self" type="application/rss+xml" />
	<link>http://ja.meswilson.com/blog/2007/05/19/simple-xml-is-simpler/</link>
	<description></description>
	<lastBuildDate>Fri, 26 Feb 2010 11:47:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Whoila Blog &#187; Blog Archive &#187; PHP SimpleXMLElement parsing dc:date</title>
		<link>http://ja.meswilson.com/blog/2007/05/19/simple-xml-is-simpler/comment-page-1/#comment-24031</link>
		<dc:creator>Whoila Blog &#187; Blog Archive &#187; PHP SimpleXMLElement parsing dc:date</dc:creator>
		<pubDate>Sun, 28 Dec 2008 09:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://ja.meswilson.com/blog/2007/05/19/simple-xml-is-simpler/#comment-24031</guid>
		<description>[...] an idea for parsing out those &lt;dc:creator&gt; or &lt;dc:date&gt; using PHP and [...]</description>
		<content:encoded><![CDATA[<p>[...] an idea for parsing out those &lt;dc:creator&gt; or &lt;dc:date&gt; using PHP and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradford Knowlton</title>
		<link>http://ja.meswilson.com/blog/2007/05/19/simple-xml-is-simpler/comment-page-1/#comment-976</link>
		<dc:creator>Bradford Knowlton</dc:creator>
		<pubDate>Sun, 30 Sep 2007 20:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://ja.meswilson.com/blog/2007/05/19/simple-xml-is-simpler/#comment-976</guid>
		<description>This does work, with a little more code:
str_replace(&quot;&quot;,&quot;&quot;,$xml)

$xml=str_replace(&quot;&quot;,&quot;&quot;,$xml);
$xml=str_replace(&quot;&quot;,&quot;&quot;,$xml);

Or, atleast it does for me, when working with the iTunes music feed. Thanks for the idea, and reminded me that it is just plain text prior to being loaded into simpleXML.

Thanks,
Brad
http://www.iPhods.com</description>
		<content:encoded><![CDATA[<p>This does work, with a little more code:<br />
str_replace(&#034;&#034;,&#034;",$xml)</p>
<p>$xml=str_replace(&#034;&#034;,&#034;",$xml);<br />
$xml=str_replace(&#034;&#034;,&#034;",$xml);</p>
<p>Or, atleast it does for me, when working with the iTunes music feed. Thanks for the idea, and reminded me that it is just plain text prior to being loaded into simpleXML.</p>
<p>Thanks,<br />
Brad<br />
<a href="http://www.iPhods.com" rel="nofollow">http://www.iPhods.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Wilson</title>
		<link>http://ja.meswilson.com/blog/2007/05/19/simple-xml-is-simpler/comment-page-1/#comment-32</link>
		<dc:creator>James Wilson</dc:creator>
		<pubDate>Mon, 21 May 2007 23:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://ja.meswilson.com/blog/2007/05/19/simple-xml-is-simpler/#comment-32</guid>
		<description>Great. Thanks. Just grabbed the trunk. 

Just looking at the demo code, it looks really nice. 

I like it.</description>
		<content:encoded><![CDATA[<p>Great. Thanks. Just grabbed the trunk. </p>
<p>Just looking at the demo code, it looks really nice. </p>
<p>I like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Parman</title>
		<link>http://ja.meswilson.com/blog/2007/05/19/simple-xml-is-simpler/comment-page-1/#comment-31</link>
		<dc:creator>Ryan Parman</dc:creator>
		<pubDate>Mon, 21 May 2007 23:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://ja.meswilson.com/blog/2007/05/19/simple-xml-is-simpler/#comment-31</guid>
		<description>Since you&#039;re talking about parsing RSS, I thought I might throw SimplePie out there.  If you do decide to take a look, I&#039;d recommend checking out the latest trunk version from SVN, as we&#039;re oh-so-close to releasing 1.0.

http://simplepie.org</description>
		<content:encoded><![CDATA[<p>Since you&#039;re talking about parsing RSS, I thought I might throw SimplePie out there.  If you do decide to take a look, I&#039;d recommend checking out the latest trunk version from SVN, as we&#039;re oh-so-close to releasing 1.0.</p>
<p><a href="http://simplepie.org" rel="nofollow">http://simplepie.org</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
