<?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: lxml vs. ElementTree</title>
	<atom:link href="http://blog.schmichael.com/2009/10/14/lxml-vs-elementtree/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schmichael.com/2009/10/14/lxml-vs-elementtree/</link>
	<description>good good study, day day up</description>
	<lastBuildDate>Thu, 29 Mar 2012 12:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Lala</title>
		<link>http://blog.schmichael.com/2009/10/14/lxml-vs-elementtree/comment-page-1/#comment-138634</link>
		<dc:creator>Lala</dc:creator>
		<pubDate>Thu, 29 Mar 2012 12:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=736#comment-138634</guid>
		<description>Also a comparison of the memory consumption for parsing large XML-Strings would be interesting to see for the 3 candidates.</description>
		<content:encoded><![CDATA[<p>Also a comparison of the memory consumption for parsing large XML-Strings would be interesting to see for the 3 candidates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valery</title>
		<link>http://blog.schmichael.com/2009/10/14/lxml-vs-elementtree/comment-page-1/#comment-109645</link>
		<dc:creator>Valery</dc:creator>
		<pubDate>Wed, 02 Mar 2011 13:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=736#comment-109645</guid>
		<description>hi, great post.

what about lxml.html? 
what implementation is used behind it? 
is it possible to ensure that C-implementation is used?</description>
		<content:encoded><![CDATA[<p>hi, great post.</p>
<p>what about lxml.html?<br />
what implementation is used behind it?<br />
is it possible to ensure that C-implementation is used?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Gedminas</title>
		<link>http://blog.schmichael.com/2009/10/14/lxml-vs-elementtree/comment-page-1/#comment-59795</link>
		<dc:creator>Marius Gedminas</dc:creator>
		<pubDate>Sat, 17 Oct 2009 22:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=736#comment-59795</guid>
		<description>Every time I see a table of numbers in a blog post I wish the author used something like Google Charts to make a pretty picture.</description>
		<content:encoded><![CDATA[<p>Every time I see a table of numbers in a blog post I wish the author used something like Google Charts to make a pretty picture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Schurter</title>
		<link>http://blog.schmichael.com/2009/10/14/lxml-vs-elementtree/comment-page-1/#comment-59657</link>
		<dc:creator>Michael Schurter</dc:creator>
		<pubDate>Fri, 16 Oct 2009 03:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=736#comment-59657</guid>
		<description>Enumerating every feature lxml has that ElementTree lacks would take some time, but thanks for trying Jon.  :-)  IIRC XML Schema support is incomplete, but don&#039;t quote me on that as I&#039;ve never used it.

Feature-wise lxml definitely wins, but lxml even improves the standard ElementTree interface with features such as iterating all descendants of an element easily and parent node traversal (instead of just forward/child traversal).

CSS selectors are my favorite lxml feature, and for the jQuery enthusiast, pyquery is a dream come true: it builds a jQuery-like interface on top of lxml.

Thanks for the comments all!</description>
		<content:encoded><![CDATA[<p>Enumerating every feature lxml has that ElementTree lacks would take some time, but thanks for trying Jon.  <img src='http://blog.schmichael.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   IIRC XML Schema support is incomplete, but don&#8217;t quote me on that as I&#8217;ve never used it.</p>
<p>Feature-wise lxml definitely wins, but lxml even improves the standard ElementTree interface with features such as iterating all descendants of an element easily and parent node traversal (instead of just forward/child traversal).</p>
<p>CSS selectors are my favorite lxml feature, and for the jQuery enthusiast, pyquery is a dream come true: it builds a jQuery-like interface on top of lxml.</p>
<p>Thanks for the comments all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.schmichael.com/2009/10/14/lxml-vs-elementtree/comment-page-1/#comment-59643</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 16 Oct 2009 01:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=736#comment-59643</guid>
		<description>Don&#039;t forget that lxml also supplies XML Schema, RELAX-NG, DTD, and Schematron validation.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget that lxml also supplies XML Schema, RELAX-NG, DTD, and Schematron validation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike bayer</title>
		<link>http://blog.schmichael.com/2009/10/14/lxml-vs-elementtree/comment-page-1/#comment-59638</link>
		<dc:creator>mike bayer</dc:creator>
		<pubDate>Thu, 15 Oct 2009 23:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=736#comment-59638</guid>
		<description>the big win of lxml is that you can actually get at the DOCTYPE node using the native API.   cElementTree has no way of doing this (you have to write a custom subclass using ElementTree).     looking at the source you can see it just throws DOCTYPE away.  Why this node wouldn&#039;t be considered important is beyond me.

my general impression is that lxml is much more actively maintained.</description>
		<content:encoded><![CDATA[<p>the big win of lxml is that you can actually get at the DOCTYPE node using the native API.   cElementTree has no way of doing this (you have to write a custom subclass using ElementTree).     looking at the source you can see it just throws DOCTYPE away.  Why this node wouldn&#8217;t be considered important is beyond me.</p>
<p>my general impression is that lxml is much more actively maintained.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

