fixed copy-and-paste error in feed.xml

This commit is contained in:
Mark Pilgrim
2009-05-20 10:09:26 -04:00
parent 524c8d2a47
commit ecb8cf0fee
2 changed files with 5 additions and 6 deletions
+2 -3
View File
@@ -242,12 +242,11 @@ mark{display:inline}
<li>Finally, the end tag for the <code>entry</code> element, signaling the end of the metadata for this article.
</ol>
<p>
<h2 id=xml-parse>Parsing XML</h2>
<p>FIXME
<p>Python comes with an efficient XML parsing library called Etree.
<p class=d>[<a href=examples/feed.xml>download <code>feed.xml</code></a>]
<pre class=screen>
>>> import xml.etree.ElementTree as etree
>>> tree = etree.parse("examples/feed.xml")