[XML-SIG] Serializing DOM tree to file

Nickolay Kolev nmkolev@uni-bonn.de
Sat, 17 May 2003 01:22:41 +0200


> Easy. You still can use PrettyPrint:
> 
> f = file(...)
> PrettyPrint(root, f)
> f.close()

Thank you, thank you!!

Just what I was looking for. Might any of you have tips on looking up
information like that? Too bad the archives aren't searchable.

nmk