xml.sax.saxutils
xml.sax.saxutils — SAX Utilities
Source code: Lib/xml/sax/saxutils.py
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.
-
xml.sax.saxutils.escape(data, entities={})
-
Escape
'&'
,'<'
, and'>'
in a string of data.You can escape other strings of data by passing a dictionary as the optional entities parameter. The keys and valu