<?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>Crazy&#039;s Blog &#187; simplexml</title>
	<atom:link href="http://blog.crazytje.be/tag/simplexml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crazytje.be</link>
	<description></description>
	<lastBuildDate>Sun, 28 Aug 2011 13:37:19 +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>Parse CDATA with SimpleXML</title>
		<link>http://blog.crazytje.be/parse-cdata-with-simplexml/</link>
		<comments>http://blog.crazytje.be/parse-cdata-with-simplexml/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 18:21:28 +0000</pubDate>
		<dc:creator>Crazy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cdata]]></category>
		<category><![CDATA[simplexml]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.crazytje.be/?p=7</guid>
		<description><![CDATA[When trying to parse xml with php&#8217;s SimpleXml you&#8217;ll notice that the SimpleXmlElement comes up empty. Say you have the following xml structure: &#60;root&#62; &#60;username&#62; &#60;![CDATA[ Text you want to escape goes here... ]]&#62; &#60;/username&#62; &#60;/root&#62; When parsing that with SimpleXml the end result will simply be an empty tag: &#60;root&#62; &#60;username&#62; &#60;/username&#62; &#60;/root&#62; To <a href='http://blog.crazytje.be/parse-cdata-with-simplexml/'>[...]</a>]]></description>
		<wfw:commentRss>http://blog.crazytje.be/parse-cdata-with-simplexml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

