This example depends on PyXML, which you can get from http://pyxml.sf.net/

- xmlimport.py reads an XML file (the Freshmeat project database) and writes
  the data in a SQLite database.

- xmldump.py dumps the SQLite database as an XML stream.

These examples also show how to use Unicode under PySQLite.
