<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shining Ray &#187; xml</title>
	<atom:link href="http://shiningray.cn/tag/xml/feed" rel="self" type="application/rss+xml" />
	<link>http://shiningray.cn</link>
	<description>一缕阳光</description>
	<lastBuildDate>Mon, 21 Jun 2010 07:11:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>cElementTree备忘</title>
		<link>http://shiningray.cn/celementtree%e5%a4%87%e5%bf%98.html</link>
		<comments>http://shiningray.cn/celementtree%e5%a4%87%e5%bf%98.html#comments</comments>
		<pubDate>Tue, 27 Mar 2007 18:18:20 +0000</pubDate>
		<dc:creator>ShiningRay</dc:creator>
				<category><![CDATA[日记]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://shiningray.cn/2007/11/13/celementtree%e5%a4%87%e5%bf%98/</guid>
		<description><![CDATA[ElementTree是Python2.4下我常用的一个XML处理模块，而cElementTree则是它的C语言版本，有很好的性能。最终Python2.5则直接捆绑了ElementTree，变成了xml.etree.ElementTree和xml.etree.cElementTree. 特此备忘。]]></description>
			<content:encoded><![CDATA[<p><em>ElementTree</em>是Python2.4下我常用的一个XML处理模块，而cElementTree则是它的C语言版本，有很好的性能。最终Python2.5则直接捆绑了<em>ElementTree</em>，变成了<a href="http://docs.python.org/lib/module-xml.etree.ElementTree.html"><em><strong>xml.etree.ElementTree</strong></em></a>和<em><strong>xml.etree.cElementTree</strong></em>.  特此备忘。</p>
]]></content:encoded>
			<wfw:commentRss>http://shiningray.cn/celementtree%e5%a4%87%e5%bf%98.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
