Expand description
XML escape and unescape utilities.
This module provides fast, allocation-minimizing functions for escaping and unescaping XML special characters.
Structs§
- Unescape
Error - Error type for unescape operations.
Functions§
- escape
- Escapes XML special characters in a string.
- escape_
attr - Escapes XML special characters for attribute values.
- escape_
to - Escapes XML special characters and appends to the given string.
- unescape
- Unescapes XML entities in a string.
- unescape_
to - Unescapes XML entities and appends to the given string.