[This is preliminary documentation and is subject to change.]
Unescapes an XML string by replacing the entity references shown below
with their equivalent characters as defined by the XML specification.
- str (String)
- The source string
The escaped string
| Character | Entity Reference |
| < | < |
| > | > |
| & | & |
| ' | ' |
| " | " |