S
smisk

xml

Fast XML writing utilities used by the XML serialization backends. Built on the C extension.

Classes

class smisk.core.xml.XmlWriter

Streaming XML writer. Writes well-formed XML to a file-like object.

start(tag, attrs=None)

Open a new XML element.

end(tag)

Close the current element.

data(text)

Write text content, escaping special characters.