<?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 (SimpleXML) Tutorial Part 1</title>
	<atom:link href="http://www.willfitch.com/simplexml-tutorial-part1.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.willfitch.com/simplexml-tutorial-part1.html</link>
	<description></description>
	<lastBuildDate>Mon, 05 Dec 2011 04:29:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Vijeth</title>
		<link>http://www.willfitch.com/simplexml-tutorial-part1.html#comment-1054</link>
		<dc:creator>Vijeth</dc:creator>
		<pubDate>Mon, 05 Dec 2011 04:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/simple-xml-simplexml-tutorial.html#comment-1054</guid>
		<description>You really made SimpleXML much simpler!!
Thank you</description>
		<content:encoded><![CDATA[<p>You really made SimpleXML much simpler!!<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.willfitch.com/simplexml-tutorial-part1.html#comment-1042</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 12 Oct 2011 04:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/simple-xml-simplexml-tutorial.html#comment-1042</guid>
		<description>I like your simplistic explanations for SimpleXML (pun intended). But where are the other parts to this amazing tutorial of yours???</description>
		<content:encoded><![CDATA[<p>I like your simplistic explanations for SimpleXML (pun intended). But where are the other parts to this amazing tutorial of yours???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extract XML Code to array</title>
		<link>http://www.willfitch.com/simplexml-tutorial-part1.html#comment-1024</link>
		<dc:creator>Extract XML Code to array</dc:creator>
		<pubDate>Mon, 22 Aug 2011 12:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/simple-xml-simplexml-tutorial.html#comment-1024</guid>
		<description>[...] Have you tried to look at simplexml? Here a tutorial Simple XML (SimpleXML) Tutorial Part 1 &#124; Will Fitch&#039;s Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] Have you tried to look at simplexml? Here a tutorial Simple XML (SimpleXML) Tutorial Part 1 | Will Fitch&#039;s Blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Fitch</title>
		<link>http://www.willfitch.com/simplexml-tutorial-part1.html#comment-1021</link>
		<dc:creator>Will Fitch</dc:creator>
		<pubDate>Sat, 30 Jul 2011 19:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/simple-xml-simplexml-tutorial.html#comment-1021</guid>
		<description>Thanks, Paul.  That is a side-effect of using chr(10), but the purpose was to add a linefeed to the results being looped.  Good catch, and I should have specified.

Also, Paul is correct in that every node in SimpleXML is treated as a SimpleXMLElement object. If you plan to use it as a string, you&#039;ll need to typecast it or otherwise manipulate as a string.</description>
		<content:encoded><![CDATA[<p>Thanks, Paul.  That is a side-effect of using chr(10), but the purpose was to add a linefeed to the results being looped.  Good catch, and I should have specified.</p>
<p>Also, Paul is correct in that every node in SimpleXML is treated as a SimpleXMLElement object. If you plan to use it as a string, you&#8217;ll need to typecast it or otherwise manipulate as a string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Synnott</title>
		<link>http://www.willfitch.com/simplexml-tutorial-part1.html#comment-1020</link>
		<dc:creator>Paul Synnott</dc:creator>
		<pubDate>Sat, 30 Jul 2011 14:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/simple-xml-simplexml-tutorial.html#comment-1020</guid>
		<description>To those who are wondering why .chr(10) is added in one of the examples to give :
echo $node-&gt;model.chr(10);

It is because without it, $node-&gt;model will return an object.  We want the string, so concatenating chr(10) which is a linefeed character, php converts it into a string.  You could as easily have done:

echo (string)$node-&gt;model;</description>
		<content:encoded><![CDATA[<p>To those who are wondering why .chr(10) is added in one of the examples to give :<br />
echo $node-&gt;model.chr(10);</p>
<p>It is because without it, $node-&gt;model will return an object.  We want the string, so concatenating chr(10) which is a linefeed character, php converts it into a string.  You could as easily have done:</p>
<p>echo (string)$node-&gt;model;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Furqan Shakoor</title>
		<link>http://www.willfitch.com/simplexml-tutorial-part1.html#comment-1017</link>
		<dc:creator>Furqan Shakoor</dc:creator>
		<pubDate>Thu, 28 Jul 2011 18:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/simple-xml-simplexml-tutorial.html#comment-1017</guid>
		<description>Awesome article. Exactly what I needed. Thumbs UP</description>
		<content:encoded><![CDATA[<p>Awesome article. Exactly what I needed. Thumbs UP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebDevers.Net</title>
		<link>http://www.willfitch.com/simplexml-tutorial-part1.html#comment-1005</link>
		<dc:creator>WebDevers.Net</dc:creator>
		<pubDate>Sun, 19 Jun 2011 12:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/simple-xml-simplexml-tutorial.html#comment-1005</guid>
		<description>nice article .
many thanks to you :) .</description>
		<content:encoded><![CDATA[<p>nice article .<br />
many thanks to you <img src='http://www.willfitch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhiram</title>
		<link>http://www.willfitch.com/simplexml-tutorial-part1.html#comment-984</link>
		<dc:creator>Abhiram</dc:creator>
		<pubDate>Thu, 24 Feb 2011 10:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/simple-xml-simplexml-tutorial.html#comment-984</guid>
		<description>Awesome Site !!! ... A Clean life-saver !!!

Keep up the good work !!!!!</description>
		<content:encoded><![CDATA[<p>Awesome Site !!! &#8230; A Clean life-saver !!!</p>
<p>Keep up the good work !!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MODx Evolution: Creating a Simple Custom Snippet Part 1 &#8211; Write and Test the PHP Script &#124; The Coding Pad</title>
		<link>http://www.willfitch.com/simplexml-tutorial-part1.html#comment-289</link>
		<dc:creator>MODx Evolution: Creating a Simple Custom Snippet Part 1 &#8211; Write and Test the PHP Script &#124; The Coding Pad</dc:creator>
		<pubDate>Wed, 13 Jan 2010 21:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/simple-xml-simplexml-tutorial.html#comment-289</guid>
		<description>[...] SimpleXML Tutorial on Devzone Will Fitch&#8217;s Tutorial on SimpleXML [...]</description>
		<content:encoded><![CDATA[<p>[...] SimpleXML Tutorial on Devzone Will Fitch&#8217;s Tutorial on SimpleXML [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markaid</title>
		<link>http://www.willfitch.com/simplexml-tutorial-part1.html#comment-288</link>
		<dc:creator>markaid</dc:creator>
		<pubDate>Sun, 27 Dec 2009 21:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/simple-xml-simplexml-tutorial.html#comment-288</guid>
		<description>never knew php could work xml this way. great tut. thanks!</description>
		<content:encoded><![CDATA[<p>never knew php could work xml this way. great tut. thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

