<?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>David Nash &#187; xml</title>
	<atom:link href="http://davidnash.com.au/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidnash.com.au</link>
	<description>Wordpress Guru Sydney</description>
	<lastBuildDate>Tue, 28 Feb 2012 06:12:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Using PHP variables that contain hyphens</title>
		<link>http://davidnash.com.au/2009/11/using-php-variables-that-contain-hyphens/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-php-variables-that-contain-hyphens</link>
		<comments>http://davidnash.com.au/2009/11/using-php-variables-that-contain-hyphens/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 05:08:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=213</guid>
		<description><![CDATA[This took me a little while to work out. I&#8217;m using PHP5&#8242;s SimpleXML to parse XML into a PHP object. The XML has entries like &#60;HELLO-THERE&#62;. But you can&#8217;t use $xml-&#62;HELLO-THERE because it reads the hyphen as a minus. Instead, use $xml-&#62;{&#8220;HELLO-THERE&#8221;} Easy!]]></description>
		<wfw:commentRss>http://davidnash.com.au/2009/11/using-php-variables-that-contain-hyphens/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

