[XML-SIG] Where is the xml.dom.ext package in current python distributions?

"Martin v. Löwis" martin at v.loewis.de
Tue Feb 6 22:36:15 CET 2007


Paul R Brenner schrieb:
> Thanks for the reply Dieter.  Working with heterogenous distributed systems
> proves to me time and again that there are more software/hardware variations
> than I could imagine.  The machines without xml.dom.ext are machines one which I
> can compute (Condor) but have only local temporary storage so I'll need to find
> a way to pass the module along with my distributed job.

Alternatively, rewrite your code to not use the PrettyPrint function.
Instead, use minidom, and its to_xml function.

Regards,
Martin



More information about the XML-SIG mailing list