New in version 2.0.
The module xml.sax.saxutils contains a number of classes and functions that are commonly useful when creating SAX applications, either in direct use, or as base classes.
data[, entities]) |
You can escape other strings of data by passing a dictionary as the optional entities parameter. The keys and values must all be strings; each key will be replaced with its corresponding value.
data[, entities]) |
You can unescape other strings of data by passing a dictionary as the optional entities parameter. The keys and values must all be strings; each key will be replaced with its corresponding value.
New in version 2.3.
data[, entities]) |
>>> print "<element attr=%s>" % quoteattr("ab ' cd \" ef") <element attr="ab ' cd " ef">
This function is useful when generating attribute values for HTML or any SGML using the reference concrete syntax. New in version 2.2.
[out[, encoding]]) |
'iso-8859-1'
.
base) |
source[, base]) |