<?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: chunk &#8211; Read a large (XML) file a chunk at a time</title>
	<atom:link href="http://www.dom111.co.uk/blog/coding/chunk-read-a-large-xml-file-a-chunk-at-a-time/99/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dom111.co.uk/blog/coding/chunk-read-a-large-xml-file-a-chunk-at-a-time/99</link>
	<description>Move along. Nothing to see here.</description>
	<lastBuildDate>Mon, 14 Nov 2011 09:49:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dom111</title>
		<link>http://www.dom111.co.uk/blog/coding/chunk-read-a-large-xml-file-a-chunk-at-a-time/99/comment-page-1#comment-222</link>
		<dc:creator>dom111</dc:creator>
		<pubDate>Tue, 29 Dec 2009 11:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=99#comment-222</guid>
		<description>Hi there Ben,

I&#039;ll certainly have a play with it and see if it&#039;s something I can resolve quickly, not sure why it would have any impact though...

Thanks for pointing this out!

Dom</description>
		<content:encoded><![CDATA[<p>Hi there Ben,</p>
<p>I&#8217;ll certainly have a play with it and see if it&#8217;s something I can resolve quickly, not sure why it would have any impact though&#8230;</p>
<p>Thanks for pointing this out!</p>
<p>Dom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Reubenstein</title>
		<link>http://www.dom111.co.uk/blog/coding/chunk-read-a-large-xml-file-a-chunk-at-a-time/99/comment-page-1#comment-221</link>
		<dc:creator>Ben Reubenstein</dc:creator>
		<pubDate>Wed, 23 Dec 2009 17:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=99#comment-221</guid>
		<description>This code helped me parse some very large files quickly, however when I try to create more than one chunk instance in a script, it will error out.  I am not quite sure why this is happening.  I receive the following exception when I try to read the second XML file in:

&lt;pre&gt;
./chunk.rb:223:in `+&#039;: can&#039;t convert nil into String (TypeError)
	from ./chunk.rb:223:in `read&#039;
&lt;/pre&gt;

I am calling Chunk.new again, so I am not sure why a second execution would cause this behavior. If I execute each import separately, everything works. Any help is greatly appreciated.</description>
		<content:encoded><![CDATA[<p>This code helped me parse some very large files quickly, however when I try to create more than one chunk instance in a script, it will error out.  I am not quite sure why this is happening.  I receive the following exception when I try to read the second XML file in:</p>
<pre>
./chunk.rb:223:in `+': can't convert nil into String (TypeError)
	from ./chunk.rb:223:in `read'
</pre>
<p>I am calling Chunk.new again, so I am not sure why a second execution would cause this behavior. If I execute each import separately, everything works. Any help is greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chunk – Read a large (XML) file a chunk at a time &#124; dom111.co.uk</title>
		<link>http://www.dom111.co.uk/blog/coding/chunk-read-a-large-xml-file-a-chunk-at-a-time/99/comment-page-1#comment-204</link>
		<dc:creator>chunk – Read a large (XML) file a chunk at a time &#124; dom111.co.uk</dc:creator>
		<pubDate>Fri, 02 Oct 2009 01:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=99#comment-204</guid>
		<description>[...] Read more from the original source: chunk – Read a large (XML) file a chunk at a time &#124; dom111.co.uk [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more from the original source: chunk – Read a large (XML) file a chunk at a time | dom111.co.uk [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dom111</title>
		<link>http://www.dom111.co.uk/blog/coding/chunk-read-a-large-xml-file-a-chunk-at-a-time/99/comment-page-1#comment-193</link>
		<dc:creator>dom111</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=99#comment-193</guid>
		<description>That looks like a good solution for compiled languages...</description>
		<content:encoded><![CDATA[<p>That looks like a good solution for compiled languages&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry Xu</title>
		<link>http://www.dom111.co.uk/blog/coding/chunk-read-a-large-xml-file-a-chunk-at-a-time/99/comment-page-1#comment-191</link>
		<dc:creator>Harry Xu</dc:creator>
		<pubDate>Fri, 04 Sep 2009 23:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=99#comment-191</guid>
		<description>Have you considered vtd-xml for chunk extraction? 

http://vtd-xml.sf.net</description>
		<content:encoded><![CDATA[<p>Have you considered vtd-xml for chunk extraction? </p>
<p><a href="http://vtd-xml.sf.net" rel="nofollow">http://vtd-xml.sf.net</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

