Skip to content

c14nSubset

c14nSubset(xml, xpath) → string · XML

Canonicalize a subset of an XML document selected by XPath expression.

  • xml (required): XML UDM value

  • xpath (required): XPath expression selecting the subset to canonicalize

utlx
// See Chapter 22 for XML canonicalization.
{
  bodyCanonical: c14nSubset($input, "//soap:Body")
}

Released under AGPL-3.0.