Skip to content

excC14n

excC14n(xml) → string · XML

Canonicalizes XML using Exclusive Canonical XML (without comments). Used for XML digital signatures. See Chapter 22.

  • xml (required): XML string to canonicalize
utlx
{
  canonical: excC14n($input.xml)
}

Released under AGPL-3.0.