Skip to content

c14nPhysical

c14nPhysical(xml, options?) → string · XML

Canonicalize XML using Physical Canonical XML (preserves physical structure more faithfully).

  • xml (required): XML UDM value

  • options (optional): canonicalization options

utlx
{
  physical: c14nPhysical($input)
}

Released under AGPL-3.0.