diff --git a/examples/feed.xml b/examples/feed.xml index 13a94e6..2eaab14 100644 --- a/examples/feed.xml +++ b/examples/feed.xml @@ -20,9 +20,9 @@ Putting an entire chapter on one page sounds - bloated, but consider this &mdash; my longest chapter so far - would be 75 printed pages, and it loads in under 5 seconds&hellip; - On dialup.</summary> + bloated, but consider this &mdash; my longest chapter so far + would be 75 printed pages, and it loads in under 5 seconds&hellip; + On dialup. diff --git a/xml.html b/xml.html index bc5ca02..c0c9e2c 100644 --- a/xml.html +++ b/xml.html @@ -242,12 +242,11 @@ mark{display:inline}
  • Finally, the end tag for the entry element, signaling the end of the metadata for this article. -

    -

    Parsing XML

    -

    FIXME +

    Python comes with an efficient XML parsing library called Etree. +

    [download feed.xml]

     >>> import xml.etree.ElementTree as etree
     >>> tree = etree.parse("examples/feed.xml")