<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: iPhone How To: load a plist</title>
	<atom:link href="http://code.davidjanes.com/blog/2009/03/23/how-to-load-a-plist-in-an-iphone-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.davidjanes.com/blog/2009/03/23/how-to-load-a-plist-in-an-iphone-application/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 07 Aug 2010 21:58:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sneakyness</title>
		<link>http://code.davidjanes.com/blog/2009/03/23/how-to-load-a-plist-in-an-iphone-application/comment-page-1/#comment-13303</link>
		<dc:creator>Sneakyness</dc:creator>
		<pubDate>Thu, 17 Jun 2010 19:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://code.davidjanes.com/blog/?p=525#comment-13303</guid>
		<description>David, 

Actually, plists are faster than anything else, especially in the case of using binary encoded plists. Apple uses them for the App Store/Apple Store/iTunes, and they&#039;re extremely fast. Faster than JSON by a long shot.</description>
		<content:encoded><![CDATA[<p>David, </p>
<p>Actually, plists are faster than anything else, especially in the case of using binary encoded plists. Apple uses them for the App Store/Apple Store/iTunes, and they&#8217;re extremely fast. Faster than JSON by a long shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jill</title>
		<link>http://code.davidjanes.com/blog/2009/03/23/how-to-load-a-plist-in-an-iphone-application/comment-page-1/#comment-12498</link>
		<dc:creator>Jill</dc:creator>
		<pubDate>Sat, 08 May 2010 14:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://code.davidjanes.com/blog/?p=525#comment-12498</guid>
		<description>Apple still uses pList everywhere.</description>
		<content:encoded><![CDATA[<p>Apple still uses pList everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Janes</title>
		<link>http://code.davidjanes.com/blog/2009/03/23/how-to-load-a-plist-in-an-iphone-application/comment-page-1/#comment-12480</link>
		<dc:creator>David Janes</dc:creator>
		<pubDate>Fri, 07 May 2010 14:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://code.davidjanes.com/blog/?p=525#comment-12480</guid>
		<description>I&#039;m very much of the opinion these days that one should avoid plists and use JSON instead!</description>
		<content:encoded><![CDATA[<p>I&#8217;m very much of the opinion these days that one should avoid plists and use JSON instead!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jill</title>
		<link>http://code.davidjanes.com/blog/2009/03/23/how-to-load-a-plist-in-an-iphone-application/comment-page-1/#comment-12479</link>
		<dc:creator>Jill</dc:creator>
		<pubDate>Fri, 07 May 2010 14:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://code.davidjanes.com/blog/?p=525#comment-12479</guid>
		<description>How would I also do this one:

I have an NSString that already cotains all my plist-text.
I want to break it up into its individual objects and store them in an array.
(Like initWithContentsOfFile can do.)

Currently, I find myself having to SAVE it… then just RELOADING it with initWithContentsOfFile. 

Isn’t there a initWithContentsOfString somewhere?</description>
		<content:encoded><![CDATA[<p>How would I also do this one:</p>
<p>I have an NSString that already cotains all my plist-text.<br />
I want to break it up into its individual objects and store them in an array.<br />
(Like initWithContentsOfFile can do.)</p>
<p>Currently, I find myself having to SAVE it… then just RELOADING it with initWithContentsOfFile. </p>
<p>Isn’t there a initWithContentsOfString somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Janes</title>
		<link>http://code.davidjanes.com/blog/2009/03/23/how-to-load-a-plist-in-an-iphone-application/comment-page-1/#comment-9235</link>
		<dc:creator>David Janes</dc:creator>
		<pubDate>Sat, 30 Jan 2010 13:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://code.davidjanes.com/blog/?p=525#comment-9235</guid>
		<description>I&#039;m not sure it gets any easier than that above.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure it gets any easier than that above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Meyer</title>
		<link>http://code.davidjanes.com/blog/2009/03/23/how-to-load-a-plist-in-an-iphone-application/comment-page-1/#comment-9190</link>
		<dc:creator>John Meyer</dc:creator>
		<pubDate>Thu, 28 Jan 2010 13:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://code.davidjanes.com/blog/?p=525#comment-9190</guid>
		<description>Hey, thanks for the advice. Is there anyway you can send me the source code so I can understand it better? That would be extremely helpful.</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the advice. Is there anyway you can send me the source code so I can understand it better? That would be extremely helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
