PyGTA Tonight: You got Python in my XML!
Written by
on
in
Snaking.
How would you merge large quantities of Python-accessible information into a pre-existing set of XML documents. This approach combined lxml.etree (ElementTree) with Kid templates (based on ElementTree) to efficiently annotate a large tree of documents. We'll look at how to use ElementTree (and how to use the query mechanism in lxml's implementation to search your ElementTree trees) and how to quickly generate XML from your Python objects using Kid so that the results can merge into the pre-existing XML.
[Update] Presentation is online.
Comments
Comments are closed.
Pingbacks
Pingbacks are closed.
Shawn Wheatley on 10/21/2008 7:06 p.m. #
Any chance you'll post your slides?
Mike Fletcher on 10/21/2008 11:18 p.m. #
Should show up in the directdocs bzr repository eventually (basically when I boot the laptop next time).