Implementation of XML Exclusive Canonicalization (C14N).
See W3C Recommendation: Exclusive XML Canonicalization Version 1.0.
This serialises an XML document into a canonical form suitable for signing or other forms of verification/validation that require byte-identical representations at both ends of a process.options() = #{force_namespaces => #{xmlrat:nsname() => boolean()}, comments => boolean()}
Options, as given to string/2
.
string/1 | Serialises an XML document in canonical form (without comments). |
string/2 | Serialises an XML document in canonical form, with configurable options. |
string(D0::xmlrat:document()) -> binary()
Serialises an XML document in canonical form (without comments).
string(D0::xmlrat:document(), Opts::options()) -> binary()
Serialises an XML document in canonical form, with configurable options.
Generated by EDoc