Function
xml.sax.saxutils.unescape

Signature

unescape(data, entities={})

Documentation String

Unescape &, <, and > in a string of data.

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.