Relyra.Security.XML.AttributeEscape (relyra v1.6.0)

Copy Markdown View Source

Escapes a string for use in an XML attribute value per Exclusive C14N rules.

Mirrors the replacements in Relyra.Security.XML.C14n private escape_attr/1 without coupling callers to C14n internals.

Summary

Functions

escape_attribute(value)

@spec escape_attribute(term()) :: binary()