Skip to content

elementPath

elementPath(element) → string · XML

Get the XPath-like path of an XML element within its document tree. See Chapter 22.

  • element (required): XML UDM element
utlx
{
  path: elementPath($input.Invoice.Lines.Line),
  debug: elementPath($input.root.child)
}

Released under AGPL-3.0.