Python, XML, and databases (fwd)

Dr. David Mertz mertz at gnosis.cx
Wed Oct 10 11:54:40 EDT 2001


adina_levin at mindspring.com wrote:
|Is there a Python tool to exchange data between a relational database and
|XML?

I happen to have written a couple articles on this topic, with
accompanying sample utilities (pretty usable as-is, but mostly intended
as inspirations for "how to do it").  The articles are at:

    http://www.gnosis.cx/publish/programming/xml_matters_9.html

and:

    http://www.gnosis.cx/publish/programming/xml_matters_12.html

If you want to jump straight to the source code, those are:

    http://gnosis.cx/download/dtd2sql.py
    http://gnosis.cx/download/xml2sql.py
    http://gnosis.cx/download/sql2dtd.py

Good luck.





More information about the Python-list mailing list