<?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>vijayjoshi.org &#187; xml</title>
	<atom:link href="http://www.vijayjoshi.org/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vijayjoshi.org</link>
	<description>php &#124; javascript &#124; ajax &#124; and all things web</description>
	<lastBuildDate>Sun, 20 Nov 2011 15:24:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Working with XML Documents in PHP and jQuery</title>
		<link>http://www.vijayjoshi.org/2010/12/23/working-with-xml-documents-in-php-and-jquery/</link>
		<comments>http://www.vijayjoshi.org/2010/12/23/working-with-xml-documents-in-php-and-jquery/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 10:17:15 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=881</guid>
		<description><![CDATA[
			
				
			
		
Here is one more sample chapter from my book. It explains reading, writing and editing XML files with PHP and jQuery. Below are the chapter contents.
Loading XML from files and strings using SimpleXML
Accessing elements and attributes using SimpleXML
Searching elements using XPath
Reading an XML using DOM extension
Creating an XML using DOM extension
Modifying an XML using DOM extension
Parsing XML with jQuery

Loading XML ...]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.vijayjoshi.org%2F2010%2F12%2F23%2Fworking-with-xml-documents-in-php-and-jquery%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.vijayjoshi.org%2F2010%2F12%2F23%2Fworking-with-xml-documents-in-php-and-jquery%2F&amp;source=v08i&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Here is one more sample chapter from <a title="PHP jQuery Cookbook" href="http://www.vijayjoshi.org/2010/11/22/guys-i-am-writing-a-book/">my book</a>. It explains reading, writing and editing XML files with PHP and jQuery. Below are the chapter contents.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Loading XML from files and strings using SimpleXML</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Accessing elements and attributes using SimpleXML</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Searching elements using XPath</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Reading an XML using DOM extension</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Creating an XML using DOM extension</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Modifying an XML using DOM extension</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Parsing XML with jQuery</div>
<ul>
<li>Loading XML from files and strings using SimpleXML</li>
<li>Accessing elements and attributes using SimpleXML</li>
<li>Searching elements using XPath</li>
<li>Reading an XML using DOM extension</li>
<li>Creating an XML using DOM extension</li>
<li>Modifying an XML using DOM extension</li>
<li>Parsing XML with jQuery</li>
</ul>
<p>To read the full chapter follow this link - <a title="Working with XML in PHP and jQuery" href="https://www.packtpub.com/article/working-with-xml-documents">https://www.packtpub.com/article/working-with-xml-documents</a></p>
<p>You can also read the chapter on <a title="JSON with PHP and jQuery" href="http://www.vijayjoshi.org/2010/12/20/working-with-json-in-php-and-jquery/">using JSON with PHP and jQuery</a>.</p>
<div class="shr-publisher-881"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.vijayjoshi.org%2F2010%2F12%2F23%2Fworking-with-xml-documents-in-php-and-jquery%2F' data-shr_title='Working+with+XML+Documents+in+PHP+and+jQuery'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.vijayjoshi.org/2010/12/23/working-with-xml-documents-in-php-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guys, I am writing a book</title>
		<link>http://www.vijayjoshi.org/2010/11/22/guys-i-am-writing-a-book/</link>
		<comments>http://www.vijayjoshi.org/2010/11/22/guys-i-am-writing-a-book/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 11:25:08 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=671</guid>
		<description><![CDATA[
			
				
			
		

Yes that&#8217;s right and it is called PHP jQuery Cookbook.  As the name suggests, it&#8217;s about creating rich internet applications using 2 of my favorite technologies &#8211; PHP and jQuery.
I love coding web apps and helping others find solutions. Perhaps that is the reason I agreed to write when the wonderful people at Packt Publishing contacted me. (Also, a book ...]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.vijayjoshi.org%2F2010%2F11%2F22%2Fguys-i-am-writing-a-book%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.vijayjoshi.org%2F2010%2F11%2F22%2Fguys-i-am-writing-a-book%2F&amp;source=v08i&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-630" title="PHP jQuery Cookbook" src="http://www.vijayjoshi.org/wp-content/uploads/2749OS_MockupCover_Cookbook_0.jpg" alt="PHP jQuery Cookbook" width="320" height="395" /></p>
<p>Yes that&#8217;s right and it is called <strong><a title="PHP jQuery Cookbook" href="https://www.packtpub.com/php-jquery-cookbook-to-create-interactive-web-applications/book">PHP jQuery Cookbook</a></strong>.  As the name suggests, it&#8217;s about creating rich internet applications using 2 of my favorite technologies &#8211; PHP and jQuery.</p>
<p>I love coding web apps and helping others find solutions. Perhaps that is the reason I agreed to write when the wonderful people at <a title="Packt Publishing" href="http://www.packtpub.com/">Packt Publishing</a> contacted me. (Also, a book on resume isn&#8217;t that bad either <img src='http://www.vijayjoshi.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
<p>Another reason is I love Open source. It is a lovely philosophy and I am a strong believer in it. Having learnt so much from the Open source community since I started coding, I have always wanted to return something back. Nothing could have been better then this. And did I mention, Packt pays <a title="Packt Open Source Royalties" href="http://authors.packtpub.com/content/open-source-royalties">direct royalty to a project</a> if they sell a book written on the same.</p>
<p><strong><span id="more-671"></span></strong></p>
<p>Long story short, the book is cookbook with around 65 recipes covering PHP, jQuery, MySql and some API&#8217;s (Flickr, Youtube).</p>
<p>Structure wise, it has 10 chapters in all.</p>
<ul>
<li>Handling Events</li>
<li>Combining PHP and jQuery</li>
<li>Working with XML documents</li>
<li>Working with JSON</li>
<li>Working with Forms</li>
<li>Adding Visual effects to forms</li>
<li>Creating cool Navigation Menus</li>
<li>Data binding with PHP and jQuery</li>
<li>Enhancing your site with PHP and jQuery</li>
<li>Appendix &#8211; FireBug</li>
</ul>
<p>The book is available now <span style="text-decoration: line-through;">will be available by 14th December</span> <del datetime="2010-12-01T06:28:41+00:00">Christmas this year or January next year</del>. You can have a look in detail about what it is all about on Packt Website. Order a copy in case you find it interesting <img src='http://www.vijayjoshi.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div class="shr-publisher-671"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.vijayjoshi.org%2F2010%2F11%2F22%2Fguys-i-am-writing-a-book%2F' data-shr_title='Guys%2C+I+am+writing+a+book'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.vijayjoshi.org/2010/11/22/guys-i-am-writing-a-book/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Creating an XML in PHP using DOMDocument</title>
		<link>http://www.vijayjoshi.org/2009/11/27/creating-an-xml-in-php-using-domdocument/</link>
		<comments>http://www.vijayjoshi.org/2009/11/27/creating-an-xml-in-php-using-domdocument/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 06:59:05 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=432</guid>
		<description><![CDATA[
			
				
			
		
In this tutorial you will learn how to create XML documents using PHP&#8217;s DOMDocument class.
First things first.There are 3 things that you should always keep in mind about XML. In short, XML has 3 main  components.

 Elements, which we also call nodes. e.g.
 

Attributes e.g
  
Here type is an attribute.
Data/text nodes
Johnson
 Here &#8220;first&#8221; and &#8220;Johnson&#8221; are text nodes.

Hope ...]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.vijayjoshi.org%2F2009%2F11%2F27%2Fcreating-an-xml-in-php-using-domdocument%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.vijayjoshi.org%2F2009%2F11%2F27%2Fcreating-an-xml-in-php-using-domdocument%2F&amp;source=v08i&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In this tutorial you will learn how to create XML documents using PHP&#8217;s DOMDocument class.</p>
<p>First things first.There are 3 things that you should always keep in mind about XML. In short, XML has 3 main  components.</p>
<ol>
<li> Elements, which we also call nodes. e.g.
<pre class="brush:xml"> <name/></pre>
</li>
<li>Attributes e.g
<pre class="brush:xml"> <name type="first"/> </pre>
<p>Here type is an attribute.</li>
<li>Data/text nodes
<pre class="brush:xml"><name type="first">Johnson</name></pre>
<p> Here &#8220;first&#8221; and &#8220;Johnson&#8221; are text nodes.</li>
</ol>
<p>Hope this is clear. Now, we will create the following XML from our code.</p>
<pre class="brush:xml">&lt;?xml version="1.0" encoding="utf-8"?&gt;
<fruit name="Apple">
<weight>100 grams</weight>
<calories>43</calories>
<protein>3.2 grams</protein>
</fruit>
</pre>
<p>Recently, I have become too much conscious(obsessed!!!) about calories, fat and protein. Hence this XML. <img src='http://www.vijayjoshi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Never mind, let us jump to code now.</p>
<p>First of all we will create an empty xml doxument. Then we will append nodes to it as required.</p>
<pre class="brush:php">    $objXML = new DOMDocument('1.0','utf-8');    </pre>
<p>This is constructor of DOMDocument class which defines an XML document. It will create an empty xml document. 1.0 is version and utf-8 is encoding of resulting xml. Second parameter is optional.</p>
<p>Total 4 functions will be used to create the xml.</p>
<ol>
<li><strong>createElement:</strong> used to create xml nodes.</li>
<li><strong>createAttribute:</strong> used to create attributes of a node.</li>
<li><strong>createTextNode:</strong> used to create text nodes or createCDATASection if you want cdata sections instead of text nodes.</li>
<li><strong>appendChild:</strong> this will append above mentioned elements to xml.</li>
</ol>
<p>First, let us create our root node fruit with attribute name=apple.</p>
<p><strong><span id="more-432"></span></strong></p>
<pre class="brush:php">$fruit = $objXML->createElement("fruit");
$objXML->appendChild($fruit);
$fruitName = $objXML->createAttribute("name");
$fruitName->appendChild($objXML->createTextNode("Apple"));
$fruit->appendChild($fruitName);
</pre>
<p>Line 1 creates an element named fruit. Line 2 appends fruit to xml document. Line 3 creates an attribute called name. Line 4 sets the value of attribute name to &#8220;Apple&#8221; and finally line 5 appends this attribute to fruit element.</p>
<p>To see this xml write the following.</p>
<pre class="brush:php">echo $objXML->saveXML(); </pre>
<p>This will create following xml:</p>
<pre class="brush:xml"><?xml version="1.0" encoding="utf-8"?>

<fruit name="Apple"/>
</pre>
<p>Looks good. XML with an empty node fruit has been created(If xml is not visible in your browser, view the source of page). Now all we have to do is create elements weight, calories, protein, fat and append them to parent node fruit. Lets do it.</p>
<pre class="brush:php">//create element weight
$weight = $objXML->createElement("weight");

//append text to it by creating a text node inside it
//you can use createCDATASection if you need it
$weight->appendChild($objXML->createTextNode("100 grams"));

//append newly created weight node to fruit node
$fruit->appendChild($weight);
</pre>
<p>Comments aboveare self explanatory. Now repeat the same procedure to create remaining nodes.</p>
<pre class="brush:php">
//create element calories
$calories = $objXML->createElement("calories");

//append text to it by creating a text node inside it
$calories->appendChild($objXML->createTextNode("43"));

//append newly created calories node to fruit node
$fruit->appendChild($calories);

//create element protein
$protein = $objXML->createElement("protein");

//append text to it by creating a text node inside it
$protein->appendChild($objXML->createTextNode("3.2 grams"));

//append newly created calories node to fruit node
$fruit->appendChild($protein);
</pre>
<p><em><strong>Note:</strong> Weight, calories and protein nodes are identical. Above is only an example. However, in real world scenes, you should create a function to avoid duplication of code.</em></p>
<p>All done. Only thing thing remaining is saving this XML. There are 2 ways to do this.</p>
<pre class="brush:php"> echo $objXML->saveXML(); </pre>
<p>will return a string containing created xml.</p>
<pre class="brush:php"> $objXML->save('someName.xml'); </pre>
<p>will save the xml to someName.xml file.</p>
<p>Resulting xml will be</p>
<pre class="brush:xml">
&lt;?xml version="1.0" encoding="utf-8"?&gt;
<fruit name="Apple">
<weight>100 grams</weight>
<calories>43</calories>
<protein>3.2 grams</protein>
</fruit>
</pre>
<p>This is it for now. Complete source code is <a href="http://www.vijayjoshi.org/examples/domXml.phps" target="_blank">available at this link</a>. If you are thinking why we wrote 16 lines of code to generate a 5 line xml, think again. In next post I will show you how can you create large xmls (say of 500 lines ) with 25 lines of code.<br />
Do let me know if you have any queries.</p>
<div class="shr-publisher-432"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.vijayjoshi.org%2F2009%2F11%2F27%2Fcreating-an-xml-in-php-using-domdocument%2F' data-shr_title='Creating+an+XML+in+PHP+using+DOMDocument'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.vijayjoshi.org/2009/11/27/creating-an-xml-in-php-using-domdocument/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick PHP Tip: How to parse CDATA sections using SimpleXML</title>
		<link>http://www.vijayjoshi.org/2009/09/22/quick-php-tip-how-to-parse-cdata-sections-using-simplexml/</link>
		<comments>http://www.vijayjoshi.org/2009/09/22/quick-php-tip-how-to-parse-cdata-sections-using-simplexml/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 08:41:39 +0000</pubDate>
		<dc:creator>Vijay Joshi</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.vijayjoshi.org/?p=393</guid>
		<description><![CDATA[
			
				
			
		
Applies to:  simplexml_load_string and simplexml_load_file
Problem : SimpleXML does not parse text inside CDATA tags in an XML.
Consider the XML below:


$str = '';
$str.='some text goes here';
$str.='';

To parse it we use following syntax:
$xml = simplexml_load_string($str);
On printing it outputs:


SimpleXMLElement Object
(
    [childNode] => some text goes here
)

Thats OK. Now the same xml but this time the text is enclosed in CDATA ...]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.vijayjoshi.org%2F2009%2F09%2F22%2Fquick-php-tip-how-to-parse-cdata-sections-using-simplexml%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.vijayjoshi.org%2F2009%2F09%2F22%2Fquick-php-tip-how-to-parse-cdata-sections-using-simplexml%2F&amp;source=v08i&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h4>Applies to:  simplexml_load_string and simplexml_load_file</h4>
<h4>Problem : SimpleXML does not parse text inside CDATA tags in an XML.</h4>
<p>Consider the XML below:</p>
<pre class="brush:php">

$str = '<rootNode>';
$str.='<childNode>some text goes here</childNode>';
$str.='</rootNode>';
</pre>
<p>To parse it we use following syntax:</p>
<pre class="brush:php">$xml = simplexml_load_string($str);</pre>
<p>On printing it outputs:</p>
<pre class="brush:php">

SimpleXMLElement Object
(
    [childNode] => some text goes here
)
</pre>
<p>Thats OK. Now the same xml but this time the text is enclosed in CDATA tags.</p>
<pre class="brush:php">

$str = '<rootNode>';
$str.='<childNode><![CDATA[some text goes here]]&gt;</childNode>';
$str.='</rootNode>'
</pre>
<p>On printing this gives following output:</p>
<pre class="brush:php">

SimpleXMLElement Object
(
    [childNode] => SimpleXMLElement Object
        (
        )

)
</pre>
<p>Yes its empty. This is because SimpleXML does not parse CDATA tags. All data enclosed within CDATA is ignored by SimpleXML parser.</p>
<h4>Solution: Set the 3rd parameter to LIBXML_NOCDATA while parsing.</h4>
<p>simplexml_load_string(simplexml_load_file too) actually takes 3 parameters.</p>
<ul>
<li>The string to parse</li>
<li>Optional parameter &#8211; to return an object of class specified in this parameter. (By default it returns a SimpleXMLElement Object)</li>
<li>Also optional &#8211; libxml parameters can be specified as options. This option provides the solution to our CDATA problem</li>
</ul>
<p>Provide the 3rd parameter LIBXML_NOCDATA and SimpleXML will consider CDATA nodes as text nodes and will parse them.</p>
<pre class="brush:php">

$xml = simplexml_load_string($str,'SimpleXMLElement', LIBXML_NOCDATA);
</pre>
<p>This will output as desired:</p>
<pre class="brush:php">

SimpleXMLElement Object
(
    [childNode] => some text goes here
)
</pre>
<p>Please note that using the third parameter requires PHP >=5.1 compiled with libxml.</p>
<p>I will be publishing a new post shortly on how to use SimpleXML to parse xml and extract data.</p>
<div class="shr-publisher-393"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.vijayjoshi.org%2F2009%2F09%2F22%2Fquick-php-tip-how-to-parse-cdata-sections-using-simplexml%2F' data-shr_title='Quick+PHP+Tip%3A+How+to+parse+CDATA+sections+using+SimpleXML'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.vijayjoshi.org/2009/09/22/quick-php-tip-how-to-parse-cdata-sections-using-simplexml/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

