<?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: The State of XML Parsing in Ruby (Circa 2009)</title>
	<atom:link href="http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 05:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Peter</title>
		<link>http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/comment-page-1/#comment-58685</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 25 Jul 2011 12:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2917#comment-58685</guid>
		<description>If anyone is interested I released a new gem that is at least twice as fast as Nokogiri. Check out the Ox gem on rubygems or github.</description>
		<content:encoded><![CDATA[<p>If anyone is interested I released a new gem that is at least twice as fast as Nokogiri. Check out the Ox gem on rubygems or github.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silvia</title>
		<link>http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/comment-page-1/#comment-43510</link>
		<dc:creator>Silvia</dc:creator>
		<pubDate>Wed, 18 Aug 2010 03:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2917#comment-43510</guid>
		<description>loved this - gave me the right answers just as I needed them (even though this is more than 6 months old, I believe it&#039;s probably still the current state). </description>
		<content:encoded><![CDATA[<p>loved this &#8211; gave me the right answers just as I needed them (even though this is more than 6 months old, I believe it&#039;s probably still the current state).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Dalessio</title>
		<link>http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/comment-page-1/#comment-42046</link>
		<dc:creator>Mike Dalessio</dc:creator>
		<pubDate>Mon, 26 Apr 2010 11:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2917#comment-42046</guid>
		<description>I think the context of the article was xml parsing on JRuby, and the libxml-ruby project doesn&#039;t support JRuby (and in fact looks like it may currently be unmaintained -- it hasn&#039;t seen a release in over a year). </description>
		<content:encoded><![CDATA[<p>I think the context of the article was xml parsing on JRuby, and the libxml-ruby project doesn&#039;t support JRuby (and in fact looks like it may currently be unmaintained &#8212; it hasn&#039;t seen a release in over a year).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tilo</title>
		<link>http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/comment-page-1/#comment-42037</link>
		<dc:creator>Tilo</dc:creator>
		<pubDate>Sun, 25 Apr 2010 19:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2917#comment-42037</guid>
		<description>interesting comparison, but not quite sure why you didn&#039;t include libXML in the mix? especially in the timings.. </description>
		<content:encoded><![CDATA[<p>interesting comparison, but not quite sure why you didn&#039;t include libXML in the mix? especially in the timings..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tommy chheng</title>
		<link>http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/comment-page-1/#comment-41353</link>
		<dc:creator>tommy chheng</dc:creator>
		<pubDate>Wed, 10 Mar 2010 00:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2917#comment-41353</guid>
		<description>I put up a reward for anyone who can make a pure java nokogiri version at &lt;a href=&quot;http://nextsprocket.com/tasks/nokogiri-pure-java-version-for-jruby&quot; target=&quot;_blank&quot;&gt;http://nextsprocket.com/tasks/nokogiri-pure-java-...&lt;/a&gt; 
 
With others involved, the combined reward is over $600 :) i&#039;m sure someone would like to give this a shot. </description>
		<content:encoded><![CDATA[<p>I put up a reward for anyone who can make a pure java nokogiri version at <a href="http://nextsprocket.com/tasks/nokogiri-pure-java-version-for-jruby" target="_blank">http://nextsprocket.com/tasks/nokogiri-pure-java-&#8230;</a> </p>
<p>With others involved, the combined reward is over $600 :) i&#039;m sure someone would like to give this a shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Dalessio</title>
		<link>http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/comment-page-1/#comment-38214</link>
		<dc:creator>Mike Dalessio</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2917#comment-38214</guid>
		<description>Nick - Thanks so much for writing this up! It&#039;s a terrific side-by-side comparison. 
 
And yes, we&#039;re always looking for help supporting the pure-Java port of Nokogiri. Stop by #nokogiri on freenode or subscribe to the nokogiri-talk google group if you&#039;re interested! 
 
Cheers. </description>
		<content:encoded><![CDATA[<p>Nick &#8211; Thanks so much for writing this up! It&#039;s a terrific side-by-side comparison. </p>
<p>And yes, we&#039;re always looking for help supporting the pure-Java port of Nokogiri. Stop by #nokogiri on freenode or subscribe to the nokogiri-talk google group if you&#039;re interested! </p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicksieger</title>
		<link>http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/comment-page-1/#comment-37872</link>
		<dc:creator>nicksieger</dc:creator>
		<pubDate>Mon, 30 Nov 2009 19:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2917#comment-37872</guid>
		<description>I haven&#039;t heard of any Ruby libraries binding to the VTD-XML parser (which I hadn&#039;t heard of before, thanks for the tip!). Sounds like an interesting project to take on. Possibly the easiest way to use it might be to use the Java VTD-XML parser library from JRuby. </description>
		<content:encoded><![CDATA[<p>I haven&#039;t heard of any Ruby libraries binding to the VTD-XML parser (which I hadn&#039;t heard of before, thanks for the tip!). Sounds like an interesting project to take on. Possibly the easiest way to use it might be to use the Java VTD-XML parser library from JRuby.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/comment-page-1/#comment-37843</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Fri, 27 Nov 2009 19:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2917#comment-37843</guid>
		<description>does ruby support vtd-xml </description>
		<content:encoded><![CDATA[<p>does ruby support vtd-xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/comment-page-1/#comment-37808</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Wed, 25 Nov 2009 08:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2917#comment-37808</guid>
		<description>vtd-xml is the fastest and most advanced xpath engine  
 
&lt;a href=&quot;http://vtd-xml.sf.net&quot; target=&quot;_blank&quot;&gt;http://vtd-xml.sf.net&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>vtd-xml is the fastest and most advanced xpath engine  </p>
<p><a href="http://vtd-xml.sf.net" target="_blank">http://vtd-xml.sf.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://www.engineyard.com/blog/2009/xml-parsing-in-ruby/comment-page-1/#comment-37791</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Tue, 24 Nov 2009 13:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2917#comment-37791</guid>
		<description>XmlSimple  - The SIMPLEST xml api out there!! 
 
&lt;a href=&quot;http://xml-simple.rubyforge.org/&quot; target=&quot;_blank&quot;&gt;http://xml-simple.rubyforge.org/&lt;/a&gt; 
Class XmlSimple offers an easy API to read and write XML. It is a Ruby translation of Grant McLean&#039;s Perl module XML::Simple.  
 </description>
		<content:encoded><![CDATA[<p>XmlSimple  &#8211; The SIMPLEST xml api out there!! </p>
<p><a href="http://xml-simple.rubyforge.org/" target="_blank">http://xml-simple.rubyforge.org/</a><br />
Class XmlSimple offers an easy API to read and write XML. It is a Ruby translation of Grant McLean&#039;s Perl module XML::Simple.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

