Skip to content

excC14nWithComments

excC14nWithComments(xml) → string · XML

Canonicalizes XML using Exclusive Canonical XML (with comments preserved). See Chapter 22.

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

Released under AGPL-3.0.