Library
xmlWriter.py – Simple XML authoring class
Writes text.
Writes a bytes() sequence into the XML, escaping non-ASCII bytes. When this is read in xmlReader, the original bytes can be recovered by encoding to ‘latin-1’.
Writes text without indentation.
Writes text in a CDATA section.
Input is Unicode string.