How to serialize an xml document in Python

Antun Karlovac antun at antunkarlovac.com
Thu Mar 20 13:26:39 EST 2003


Thanks - I found this one after I posted, but the problem is that the
output is not really legible by people. The reason I'm outputting XML
in my project is so that we can review and edit the information.

-Antun

sandorlevi at yahoo.com (Levente Sandor) wrote in message news:<8b5e42a6.0303191741.ce8abc6 at posting.google.com>...
> src = doc.toxml()
> 
> ----
> levi
>




More information about the Python-list mailing list