<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Gameoire</title>
	<atom:link href="http://www.gameoire.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.gameoire.com</link>
	<description>Game development black arts</description>
	<pubDate>Thu, 29 Jan 2009 18:04:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>mythrndr@gmail.com ()</managingEditor>
		<webMaster>mythrndr@gmail.com()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Game development black arts</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>mythrndr@gmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.gameoire.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.gameoire.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Gameoire</title>
			<link>http://www.gameoire.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Getting at XML data using CPURLConnection delegate</title>
		<link>http://www.gameoire.com/?p=24</link>
		<comments>http://www.gameoire.com/?p=24#comments</comments>
		<pubDate>Thu, 29 Jan 2009 18:04:34 +0000</pubDate>
		<dc:creator>jeff.thompson</dc:creator>
		
		<category><![CDATA[Jeff Thompson]]></category>

		<category><![CDATA[objective-j]]></category>

		<guid isPermaLink="false">http://www.gameoire.com/?p=24</guid>
		<description><![CDATA[I&#8217;ve been playing around with Objective-J recently, and was trying to get at the XML data from an XMLHTTPRequest through the CPURLConnection class. As it turns out the data returned in the
- (void) connection:(CPURLConnection)connection didReceiveData:(CPString)data
delegate function returns responseText rather than repsonseXML. This is easy to get around as the delegate is passing you back the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with Objective-J recently, and was trying to get at the XML data from an XMLHTTPRequest through the CPURLConnection class. As it turns out the data returned in the</p>
<p style="padding-left: 30px;">- (void) connection:(CPURLConnection)connection didReceiveData:(CPString)data</p>
<p>delegate function returns responseText rather than repsonseXML. This is easy to get around as the delegate is passing you back the CPURLConnection object used.  To get at the XML data you simply make the following call to that object:</p>
<p style="padding-left: 30px;">var resp_xml = [connection _XMLHTTPRequest].responseXML;</p>
<p>Once you have this, you can use the usual .documentElement.* functions to work with the XML data.</p>
<p>Obviously, you can just grab the XMLHTTPRequest member and operate on that anyway you like as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gameoire.com/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>test</title>
		<link>http://www.gameoire.com/?p=3</link>
		<comments>http://www.gameoire.com/?p=3#comments</comments>
		<pubDate>Wed, 22 Oct 2008 19:24:25 +0000</pubDate>
		<dc:creator>jeff.thompson</dc:creator>
		
		<category><![CDATA[Jeff Massung]]></category>

		<category><![CDATA[Jeff Thompson]]></category>

		<category><![CDATA[Mark Allender]]></category>

		<category><![CDATA[Market]]></category>

		<category><![CDATA[Project Ideas]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gameoire.com/?p=3</guid>
		<description><![CDATA[test
]]></description>
			<content:encoded><![CDATA[<p>test</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gameoire.com/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
