<?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: Practical XML Parsing</title>
	<atom:link href="http://corporationunknown.com/blog/2009/09/17/practical-xml-parsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://corporationunknown.com/blog/2009/09/17/practical-xml-parsing/</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 02:40:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: anon</title>
		<link>http://corporationunknown.com/blog/2009/09/17/practical-xml-parsing/comment-page-1/#comment-354</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Sat, 28 Nov 2009 04:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=147#comment-354</guid>
		<description>You may want to look at vtd-xml as the state of the art in XML processing, consuming far less memory than DOM

&lt;a href=&quot;http://vtd-xml.sf.net&quot; rel=&quot;nofollow&quot;&gt;vtd-xml&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>You may want to look at vtd-xml as the state of the art in XML processing, consuming far less memory than DOM</p>
<p><a href="http://vtd-xml.sf.net" rel="nofollow">vtd-xml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Månhus &#187; Länksprutning &#8211; 29 September 2009</title>
		<link>http://corporationunknown.com/blog/2009/09/17/practical-xml-parsing/comment-page-1/#comment-243</link>
		<dc:creator>Månhus &#187; Länksprutning &#8211; 29 September 2009</dc:creator>
		<pubDate>Tue, 29 Sep 2009 07:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=147#comment-243</guid>
		<description>[...] Practical XML Parsing slides [...]</description>
		<content:encoded><![CDATA[<p>[...] Practical XML Parsing slides [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel Weiher</title>
		<link>http://corporationunknown.com/blog/2009/09/17/practical-xml-parsing/comment-page-1/#comment-235</link>
		<dc:creator>Marcel Weiher</dc:creator>
		<pubDate>Sat, 19 Sep 2009 21:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=147#comment-235</guid>
		<description>If you have distaste for DOM, but would like something more convenient than SAX,  you might want to check out Objective-XML.  Features:

- True incremental parsing
- Something better than DOM or SAX
- NSXMLParser-compatible SAX parser, if you want that
- HTML parsing
- Much faster than the built-in stuff ( roughly 10x )

http://www.metaobject.com/blog/2009/01/objective-xml-50.html</description>
		<content:encoded><![CDATA[<p>If you have distaste for DOM, but would like something more convenient than SAX,  you might want to check out Objective-XML.  Features:</p>
<p>- True incremental parsing<br />
- Something better than DOM or SAX<br />
- NSXMLParser-compatible SAX parser, if you want that<br />
- HTML parsing<br />
- Much faster than the built-in stuff ( roughly 10x )</p>
<p><a href="http://www.metaobject.com/blog/2009/01/objective-xml-50.html" rel="nofollow">http://www.metaobject.com/blog/2009/01/objective-xml-50.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://corporationunknown.com/blog/2009/09/17/practical-xml-parsing/comment-page-1/#comment-233</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 18 Sep 2009 22:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=147#comment-233</guid>
		<description>@anon_anon:

Interesting. My projects tend to use XML as an interchange format, focusing on the consumption and not the generation and putting the data into a SQL database or Core Data--hence the &quot;Parsing&quot; in the title and the short shrift on  XSLT and XQuery in the presentation. I intentionally left out additional toolkits because I wanted to focus on the fundamentals and what&#039;s available by default in Apple&#039;s SDKs.

I hadn&#039;t heard of vtd-xml before--looks like it might be an interesting addition to people&#039;s XML toolkit.</description>
		<content:encoded><![CDATA[<p>@anon_anon:</p>
<p>Interesting. My projects tend to use XML as an interchange format, focusing on the consumption and not the generation and putting the data into a SQL database or Core Data&#8211;hence the &#8220;Parsing&#8221; in the title and the short shrift on  XSLT and XQuery in the presentation. I intentionally left out additional toolkits because I wanted to focus on the fundamentals and what&#8217;s available by default in Apple&#8217;s SDKs.</p>
<p>I hadn&#8217;t heard of vtd-xml before&#8211;looks like it might be an interesting addition to people&#8217;s XML toolkit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon_anon</title>
		<link>http://corporationunknown.com/blog/2009/09/17/practical-xml-parsing/comment-page-1/#comment-231</link>
		<dc:creator>anon_anon</dc:creator>
		<pubDate>Fri, 18 Sep 2009 18:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=147#comment-231</guid>
		<description>You might want to take a look at vtd-xml, the next generation parser that claims to be a lot faster than DOM</description>
		<content:encoded><![CDATA[<p>You might want to take a look at vtd-xml, the next generation parser that claims to be a lot faster than DOM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mpalluat</title>
		<link>http://corporationunknown.com/blog/2009/09/17/practical-xml-parsing/comment-page-1/#comment-229</link>
		<dc:creator>mpalluat</dc:creator>
		<pubDate>Fri, 18 Sep 2009 18:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=147#comment-229</guid>
		<description>Nice, very nice ! Thanks !</description>
		<content:encoded><![CDATA[<p>Nice, very nice ! Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christof</title>
		<link>http://corporationunknown.com/blog/2009/09/17/practical-xml-parsing/comment-page-1/#comment-227</link>
		<dc:creator>Christof</dc:creator>
		<pubDate>Fri, 18 Sep 2009 07:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://corporationunknown.com/blog/?p=147#comment-227</guid>
		<description>Thx for sharing! Appreciated!</description>
		<content:encoded><![CDATA[<p>Thx for sharing! Appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
