<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/tag/elementtree">
<title>Public marks with tag elementtree</title>
<description>Public marks with tag elementtree</description>
<link>http://blogmarks.net/marks/tag/elementtree</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058553989"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058218494"/>
<rdf:li resource="http://blogmarks.net/api/user/gavrie/mark/428469"/>
<rdf:li resource="http://blogmarks.net/api/user/gavrie/mark/345127"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/529627"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058553989">
<title>lxml vs. ElementTree « michael schurter</title>
<link>http://michael.susens-schurter.com/blog/2009/10/14/lxml-vs-elementtree/</link>
<description>&lt;blockquote&gt;&lt;p&gt;While lxml has some excellent benchmarks about the speed of lxml.etree vs. ElementTree, I wanted to run some tests that were as close as possible to my own use case (fairly simple multi-megabyte XML files).&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-18T18:36:05Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>lxml, elementtree, benchmark</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://michael.susens-schurter.com/blog/2009/10/14/lxml-vs-elementtree/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/18/5f5223d38667e99b0042331de89298db.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://michael.susens-schurter.com/blog/2009/10/14/lxml-vs-elementtree/">lxml vs. ElementTree « michael schurter</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>While lxml has some excellent benchmarks about the speed of lxml.etree vs. ElementTree, I wanted to run some tests that were as close as possible to my own use case (fairly simple multi-megabyte XML files).</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lxml">lxml</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/elementtree">elementtree</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/benchmark">benchmark</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058553989">Copy</a> | 
<a href="http://blogmarks.net/link/3386812">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058218494">
<title>Only Python: A small svg module</title>
<link>http://aroberge.blogspot.com/2008/12/small-svg-module.html#</link>
<description>
&gt;&gt;&gt; from xml.etree import ElementTree as etree
&gt;&gt;&gt; from functools import partial
&gt;&gt;&gt; Circle = partial(etree.Element, 'svg:circle')
&gt;&gt;&gt; c = Circle(cx='100', cy='200', fill='red')
&gt;&gt;&gt; etree.tostring(c)
'&amp;lt;svg:circle cx=&quot;100&quot; cy=&quot;200&quot; fill=&quot;red&quot; /&gt;'</description>
<dc:date>2009-02-22T22:26:38Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>svg, python, elementtree</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://aroberge.blogspot.com/2008/12/small-svg-module.html#"><img border="0" src="http://blogmarks.net/screenshots/2009/02/22/f588d9c3ed99307be699eb9a85d39fb9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://aroberge.blogspot.com/2008/12/small-svg-module.html#">Only Python: A small svg module</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="description">
>>> from xml.etree import ElementTree as etree
>>> from functools import partial
>>> Circle = partial(etree.Element, 'svg:circle')
>>> c = Circle(cx='100', cy='200', fill='red')
>>> etree.tostring(c)
'&lt;svg:circle cx="100" cy="200" fill="red" />'</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svg">svg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/elementtree">elementtree</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058218494">Copy</a> | 
<a href="http://blogmarks.net/link/3107578">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/gavrie/mark/428469">
<title>ASPN : Python Cookbook : import ElementTree from everywhere</title>
<link>http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/475126</link>
<description></description>
<dc:date>2006-03-16T14:32:28Z</dc:date>
<dc:author>gavrie</dc:author>
<dc:subject>python, elementtree</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/475126"><img border="0" src="http://www.blogmarks.net/screenshots/2006/03/16/725defcf41f7678a1713ffbda2203cf2.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/475126">ASPN : Python Cookbook : import ElementTree from everywhere</a></h4>
 
by <a href="http://blogmarks.net/user/gavrie">gavrie</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/elementtree">elementtree</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=428469">Copy</a> | 
<a href="http://blogmarks.net/link/647966">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/gavrie/mark/345127">
<title>Processing XML with ElementTree</title>
<link>http://www.amk.ca/talks/2006-02-07/</link>
<description></description>
<dc:date>2006-02-08T07:43:21Z</dc:date>
<dc:author>gavrie</dc:author>
<dc:subject>xml, python, elementtree</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.amk.ca/talks/2006-02-07/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/02/08/ed5e2c4bc6083432ffa9694075c5aec6.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.amk.ca/talks/2006-02-07/">Processing XML with ElementTree</a></h4>
 
by <a href="http://blogmarks.net/user/gavrie">gavrie</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xml">xml</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/elementtree">elementtree</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=345127">Copy</a> | 
<a href="http://blogmarks.net/link/519348">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/529627">
<title>ElementTree and Python 2.5</title>
<link>http://online.effbot.org/2005_12_01_archive.htm#xml-etree-elementtree</link>
<description>ElementTree has been included in Python 2.5 alpha</description>
<dc:date>2005-12-13T01:30:59Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>python, elementtree</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://online.effbot.org/2005_12_01_archive.htm#xml-etree-elementtree"><img border="0" src="http://www.blogmarks.net/screenshots/2005/12/13/52041d42e5460653481d73af69bef840.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://online.effbot.org/2005_12_01_archive.htm#xml-etree-elementtree">ElementTree and Python 2.5</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<p class="description">ElementTree has been included in Python 2.5 alpha</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/elementtree">elementtree</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=529627">Copy</a> | 
<a href="http://blogmarks.net/link/817372">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>