<?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>Chewy Apps &#187; TouchXML</title>
	<atom:link href="http://www.chewyapps.com/tag/touchxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chewyapps.com</link>
	<description>Hi, I&#039;m Henning, and I&#039;m an iPhone developer.</description>
	<lastBuildDate>Sat, 28 Jan 2012 19:00:22 +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>TouchXML for the Win!</title>
		<link>http://www.chewyapps.com/2008/09/25/touchxml-for-the-win/</link>
		<comments>http://www.chewyapps.com/2008/09/25/touchxml-for-the-win/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 17:10:54 +0000</pubDate>
		<dc:creator>henning</dc:creator>
				<category><![CDATA[Chewy Xbox]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[TouchXML]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.chewyapps.com/?p=28</guid>
		<description><![CDATA[Last night I implemented saving and loading of the friends list. So now my app is actually useful! I used XML as the file format, because it&#8217;s so easy to use and read. Writing the file was easy enough, I just built up an NSString and wrote it out. Reading the file, though, was a [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I implemented saving and loading of the friends list. So now my app is actually useful! I used XML as the file format, because it&#8217;s so easy to use and read. Writing the file was easy enough, I just built up an NSString and wrote it out. Reading the file, though, was a different matter. I had previously used the XML reader as in the SeismicXML example, but frankly I didn&#8217;t like that method. It was a big pain in the butt. What I wanted was something like NSXMLDocument, which isn&#8217;t available on the iPhone. Luckily some wonderful dude created a look-alike library in the form of <a href="http://code.google.com/p/touchcode/wiki/TouchXML" target="_blank">TouchXML</a>. And some other wonder dude wrote up a <a href="http://dblog.com.au/general/iphone-sdk-tutorial-building-an-advanced-rss-reader-using-touchxml-part-1/" target="_blank">RSS tutorial using TouchXML</a>. So after all that, actually reading my XML file became a much easier thing.</p>
<p>Next step? I have lots of little things to do, even now that the basic functionality of my app is working. But I think that maybe now I should actually try to put it onto my iPhone and make sure it works there, and not just in the simulator.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chewyapps.com/2008/09/25/touchxml-for-the-win/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

