<?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: Processing XML on the iPhone</title>
	<atom:link href="http://www.71squared.com/2009/05/processing-xml-on-the-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.71squared.com/2009/05/processing-xml-on-the-iphone/</link>
	<description>iPhone Game Development - Web Development</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:13:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: kiran</title>
		<link>http://www.71squared.com/2009/05/processing-xml-on-the-iphone/comment-page-2/#comment-6871</link>
		<dc:creator>kiran</dc:creator>
		<pubDate>Sat, 09 Apr 2011 07:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=484#comment-6871</guid>
		<description>


</description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: kiran</title>
		<link>http://www.71squared.com/2009/05/processing-xml-on-the-iphone/comment-page-2/#comment-6870</link>
		<dc:creator>kiran</dc:creator>
		<pubDate>Sat, 09 Apr 2011 07:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=484#comment-6870</guid>
		<description>





how to parse this using xml parsing in iphone..</description>
		<content:encoded><![CDATA[<p>how to parse this using xml parsing in iphone..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DangerWillRobinson</title>
		<link>http://www.71squared.com/2009/05/processing-xml-on-the-iphone/comment-page-2/#comment-3835</link>
		<dc:creator>DangerWillRobinson</dc:creator>
		<pubDate>Thu, 05 Aug 2010 01:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=484#comment-3835</guid>
		<description>@MIke:

I&#039;m parsing data from a URL into a tableview, and pushing to a detailview. All that works fine but I can&#039;t get the images to load in the table cell.

Is there a code snippet you can share to point me in the right directions?

Thanks!

CAC</description>
		<content:encoded><![CDATA[<p>@MIke:</p>
<p>I&#8217;m parsing data from a URL into a tableview, and pushing to a detailview. All that works fine but I can&#8217;t get the images to load in the table cell.</p>
<p>Is there a code snippet you can share to point me in the right directions?</p>
<p>Thanks!</p>
<p>CAC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.71squared.com/2009/05/processing-xml-on-the-iphone/comment-page-2/#comment-3551</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 11 Jun 2010 15:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=484#comment-3551</guid>
		<description>...of course, with the UIImage create you could then create your own custom UITableViewCell to display that image as you wish.

Mike</description>
		<content:encoded><![CDATA[<p>&#8230;of course, with the UIImage create you could then create your own custom UITableViewCell to display that image as you wish.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.71squared.com/2009/05/processing-xml-on-the-iphone/comment-page-2/#comment-3550</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 11 Jun 2010 15:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=484#comment-3550</guid>
		<description>If you can identify the image data inside the XML you are receiving then you should be able to use +(UIImage *)imageWithData:(NSData *)data

If the data is encoded with base64 then you could use the NSDataAdditions category that is used within TBXML to unzip the data before passing it to UIImage.

Hope that helps.

Mike</description>
		<content:encoded><![CDATA[<p>If you can identify the image data inside the XML you are receiving then you should be able to use +(UIImage *)imageWithData:(NSData *)data</p>
<p>If the data is encoded with base64 then you could use the NSDataAdditions category that is used within TBXML to unzip the data before passing it to UIImage.</p>
<p>Hope that helps.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avanadra</title>
		<link>http://www.71squared.com/2009/05/processing-xml-on-the-iphone/comment-page-2/#comment-3549</link>
		<dc:creator>avanadra</dc:creator>
		<pubDate>Fri, 11 Jun 2010 12:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=484#comment-3549</guid>
		<description>Hi!I Would love to know how to add a thumbnail image from a RSS feed  to a table view-- Can somebody please point me in the right direction?</description>
		<content:encoded><![CDATA[<p>Hi!I Would love to know how to add a thumbnail image from a RSS feed  to a table view&#8211; Can somebody please point me in the right direction?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: floxxxy</title>
		<link>http://www.71squared.com/2009/05/processing-xml-on-the-iphone/comment-page-2/#comment-3040</link>
		<dc:creator>floxxxy</dc:creator>
		<pubDate>Thu, 08 Apr 2010 15:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=484#comment-3040</guid>
		<description>Hi Mike,

thank you for your tip with TBXML. This is realy good :)</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>thank you for your tip with TBXML. This is realy good :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.71squared.com/2009/05/processing-xml-on-the-iphone/comment-page-2/#comment-2581</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 05 Feb 2010 13:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=484#comment-2581</guid>
		<description>Hi Aram

I&#039;ve not tried to use KissXML with Cocod2d so can&#039;t comment on the problem you are having.

What is it you are using KissXML for.  If you just want a very quick way to read and parse XML with a nice simple API you should try TBXML (http://www.tbxml.co.uk)

This is what I am now using for parsing all my XML for tilemaps, particle emitters etc.

Mike</description>
		<content:encoded><![CDATA[<p>Hi Aram</p>
<p>I&#8217;ve not tried to use KissXML with Cocod2d so can&#8217;t comment on the problem you are having.</p>
<p>What is it you are using KissXML for.  If you just want a very quick way to read and parse XML with a nice simple API you should try TBXML (<a href="http://www.tbxml.co.uk" rel="nofollow">http://www.tbxml.co.uk</a>)</p>
<p>This is what I am now using for parsing all my XML for tilemaps, particle emitters etc.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aram</title>
		<link>http://www.71squared.com/2009/05/processing-xml-on-the-iphone/comment-page-2/#comment-2575</link>
		<dc:creator>Aram</dc:creator>
		<pubDate>Fri, 05 Feb 2010 11:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=484#comment-2575</guid>
		<description>I get a compilation error when trying to compile KissXML and Cocos2d in the same project, have anyone else experienced this problem?

It&#039;s sad because it seems as a very clean and decent XML-library :(</description>
		<content:encoded><![CDATA[<p>I get a compilation error when trying to compile KissXML and Cocos2d in the same project, have anyone else experienced this problem?</p>
<p>It&#8217;s sad because it seems as a very clean and decent XML-library :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon_anon</title>
		<link>http://www.71squared.com/2009/05/processing-xml-on-the-iphone/comment-page-2/#comment-1511</link>
		<dc:creator>anon_anon</dc:creator>
		<pubDate>Mon, 17 Aug 2009 21:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=484#comment-1511</guid>
		<description>xpath doesn&#039;t have to be slow, you may want to look at vtd-xml
http://vtd-xml.sf.net</description>
		<content:encoded><![CDATA[<p>xpath doesn&#8217;t have to be slow, you may want to look at vtd-xml<br />
<a href="http://vtd-xml.sf.net" rel="nofollow">http://vtd-xml.sf.net</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

