Module quick_xml::escape[][src]

Expand description

Manage xml character escapes

Functions

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

Unescape a &[u8] and replaces all xml escaped characters (‘&…;’) into their corresponding value

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