c14nSubset
Canonicalize a subset of an XML document selected by XPath expression.
xml(required): XML UDM valuexpath(required): XPath expression selecting the subset to canonicalize
utlx
// See Chapter 22 for XML canonicalization.
{
bodyCanonical: c14nSubset($input, "//soap:Body")
}