Module quick_xml::escape[][src]

Manage xml character escapes

Functions

escape

Escapes a &[u8] and replaces all xml special characters (<, >, &, ', ") with their corresponding xml escaped value.

unescape

Unescape a &[u8] and replaces all xml escaped characters ('&...;') into their corresponding value

unescape_with

Unescape a &[u8] and replaces all xml escaped characters ('&...;') into their corresponding value, using a dictionnary of custom entities.