March 2003
Intermediate to advanced
656 pages
39h 30m
English
writexml
n.writexml(file)Writes the XML source for the subtree rooted at
n to file-like object
file, open for writing. Note that
file
.write must accept
Unicode strings (as covered in Section 9.6.1), unless
all text in the XML source produced can be converted implicitly to
plain strings using the current default encoding (normally
'ascii').