<?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 large xml data files</title>
	<atom:link href="http://surgeworks.com/blog/rails/processing-large-xml-data-files/feed" rel="self" type="application/rss+xml" />
	<link>http://surgeworks.com/blog/rails/processing-large-xml-data-files</link>
	<description>Development Done Right</description>
	<lastBuildDate>Fri, 20 Aug 2010 07:39:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ruby/Rails: Parse large XMLs (SAX parsers, Pull parsers) + example of Pull parser &#171; Rails, Web 2.0, Data Modeling</title>
		<link>http://surgeworks.com/blog/rails/processing-large-xml-data-files/comment-page-1#comment-8799</link>
		<dc:creator>Ruby/Rails: Parse large XMLs (SAX parsers, Pull parsers) + example of Pull parser &#171; Rails, Web 2.0, Data Modeling</dc:creator>
		<pubDate>Fri, 21 May 2010 20:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://surgeworks.com/blog/?p=681#comment-8799</guid>
		<description>[...] Processing large XML files (SAX example) [...]</description>
		<content:encoded><![CDATA[<p>[...] Processing large XML files (SAX example) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Conniff</title>
		<link>http://surgeworks.com/blog/rails/processing-large-xml-data-files/comment-page-1#comment-7815</link>
		<dc:creator>Bill Conniff</dc:creator>
		<pubDate>Sun, 14 Feb 2010 02:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://surgeworks.com/blog/?p=681#comment-7815</guid>
		<description>The problem I have with such parsers is they read forward-only and do not cache. Xponent developed a caching parser, allowing one to do most anything, in one pass. Is is currently in public open beta test.</description>
		<content:encoded><![CDATA[<p>The problem I have with such parsers is they read forward-only and do not cache. Xponent developed a caching parser, allowing one to do most anything, in one pass. Is is currently in public open beta test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon_anon</title>
		<link>http://surgeworks.com/blog/rails/processing-large-xml-data-files/comment-page-1#comment-681</link>
		<dc:creator>anon_anon</dc:creator>
		<pubDate>Mon, 17 Aug 2009 19:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://surgeworks.com/blog/?p=681#comment-681</guid>
		<description>You might want to VTD-XML (http://vtd-xml.sf.net) for processing large or huge XML documents... it has two APis, the standard version processes XML up to 2GB in size, the extended version allows documents up to 256 GB in size... XPath 1.0 is built-in... it has tons other features</description>
		<content:encoded><![CDATA[<p>You might want to VTD-XML (<a href="http://vtd-xml.sf.net" rel="nofollow">http://vtd-xml.sf.net</a>) for processing large or huge XML documents&#8230; it has two APis, the standard version processes XML up to 2GB in size, the extended version allows documents up to 256 GB in size&#8230; XPath 1.0 is built-in&#8230; it has tons other features</p>
]]></content:encoded>
	</item>
</channel>
</rss>
