<?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: Why Python is useless for serious XML processing</title>
	<atom:link href="http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/</link>
	<description>Bryan O&#039;Sullivan&#039;s blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:41:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Derek</title>
		<link>http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/comment-page-1/#comment-240749</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Thu, 06 Aug 2009 11:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://home.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/#comment-240749</guid>
		<description>This is something I have just started looking at: I&#039;m curious if you ever came back to try again or have gone (permanently) down another road?</description>
		<content:encoded><![CDATA[<p>This is something I have just started looking at: I&#8217;m curious if you ever came back to try again or have gone (permanently) down another road?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/comment-page-1/#comment-197502</link>
		<dc:creator>William</dc:creator>
		<pubDate>Mon, 08 Dec 2008 03:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://home.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/#comment-197502</guid>
		<description>In casing you&#039;re wondering why there is so much activity on this blog posting, someone recently posted this article to dzone.com. So you have a lot of people seeing your post from 4 years ago and assuming that you&#039;re still having this issue now (or perhaps they don&#039;t notice the byline or the URL indicating that this blog post was made back in 2004.</description>
		<content:encoded><![CDATA[<p>In casing you&#8217;re wondering why there is so much activity on this blog posting, someone recently posted this article to dzone.com. So you have a lot of people seeing your post from 4 years ago and assuming that you&#8217;re still having this issue now (or perhaps they don&#8217;t notice the byline or the URL indicating that this blog post was made back in 2004.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Larson</title>
		<link>http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/comment-page-1/#comment-189947</link>
		<dc:creator>Eric Larson</dc:creator>
		<pubDate>Fri, 31 Oct 2008 05:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://home.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/#comment-189947</guid>
		<description>Another option to consider is Amara. The second version will be released soon and it uses expat internally, which makes it blazingly fast. Also, it doesn&#039;t have the libxml/libxslt dependency, which can be a hassle on some occasions. 

http://xml3k.org/Amara</description>
		<content:encoded><![CDATA[<p>Another option to consider is Amara. The second version will be released soon and it uses expat internally, which makes it blazingly fast. Also, it doesn&#8217;t have the libxml/libxslt dependency, which can be a hassle on some occasions. </p>
<p><a href="http://xml3k.org/Amara" rel="nofollow">http://xml3k.org/Amara</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hoanghung</title>
		<link>http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/comment-page-1/#comment-189352</link>
		<dc:creator>hoanghung</dc:creator>
		<pubDate>Tue, 28 Oct 2008 15:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://home.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/#comment-189352</guid>
		<description>Use PHP 5&#039;s XMLReader. It is much faster than Python in XML processing</description>
		<content:encoded><![CDATA[<p>Use PHP 5&#8242;s XMLReader. It is much faster than Python in XML processing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai</title>
		<link>http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/comment-page-1/#comment-189309</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Tue, 28 Oct 2008 09:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://home.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/#comment-189309</guid>
		<description>I used the libxml2 XmlTextReader interface  (http://xmlsoft.org/xmlreader.html) for some textmining research on the 5GB wikipedia xml file. That was really fine and fast. 

Another idea for fast xml processing is oracle berkeley xml db. It has a python interface and is free for non commercial use.</description>
		<content:encoded><![CDATA[<p>I used the libxml2 XmlTextReader interface  (<a href="http://xmlsoft.org/xmlreader.html" rel="nofollow">http://xmlsoft.org/xmlreader.html</a>) for some textmining research on the 5GB wikipedia xml file. That was really fine and fast. </p>
<p>Another idea for fast xml processing is oracle berkeley xml db. It has a python interface and is free for non commercial use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/comment-page-1/#comment-189207</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Mon, 27 Oct 2008 17:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://home.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/#comment-189207</guid>
		<description>To add on the the ElementTree, I&#039;m pretty sure that it is part of the core as of 2.5 as xml.etree.  And yes, doing anything manually with sax is painful, no matter what language you&#039;re using.</description>
		<content:encoded><![CDATA[<p>To add on the the ElementTree, I&#8217;m pretty sure that it is part of the core as of 2.5 as xml.etree.  And yes, doing anything manually with sax is painful, no matter what language you&#8217;re using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manatlan</title>
		<link>http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/comment-page-1/#comment-189204</link>
		<dc:creator>manatlan</dc:creator>
		<pubDate>Mon, 27 Oct 2008 16:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://home.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/#comment-189204</guid>
		<description>Use LXML, it&#039;s, by far, the speedest xml processing available for python. It use libxml2, which is really speed (in the past, it was a lot speeder than msxml !)</description>
		<content:encoded><![CDATA[<p>Use LXML, it&#8217;s, by far, the speedest xml processing available for python. It use libxml2, which is really speed (in the past, it was a lot speeder than msxml !)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/comment-page-1/#comment-189142</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 27 Oct 2008 10:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://home.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/#comment-189142</guid>
		<description>I do quite a bit of heavy XML and HTML processing with lxml and it&#039;s blazingly fast.  Of course the reason it&#039;s so fast is that it&#039;s using libxml (which is written in C) behind the scenes... but it provides very nice pythonic bindings.  Definitely check it out.</description>
		<content:encoded><![CDATA[<p>I do quite a bit of heavy XML and HTML processing with lxml and it&#8217;s blazingly fast.  Of course the reason it&#8217;s so fast is that it&#8217;s using libxml (which is written in C) behind the scenes&#8230; but it provides very nice pythonic bindings.  Definitely check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qebab</title>
		<link>http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/comment-page-1/#comment-189126</link>
		<dc:creator>qebab</dc:creator>
		<pubDate>Mon, 27 Oct 2008 08:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://home.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/#comment-189126</guid>
		<description>The cElementTree module, as mentioned already is supposedly the best alternative for this.</description>
		<content:encoded><![CDATA[<p>The cElementTree module, as mentioned already is supposedly the best alternative for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suvash</title>
		<link>http://www.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/comment-page-1/#comment-189120</link>
		<dc:creator>Suvash</dc:creator>
		<pubDate>Mon, 27 Oct 2008 08:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://home.serpentine.com/blog/2004/10/22/why-python-is-useless-for-serious-xml-processing/#comment-189120</guid>
		<description>you should check lxml, if you are looking for performance.</description>
		<content:encoded><![CDATA[<p>you should check lxml, if you are looking for performance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

