addNamespaceDeclarations
Add namespace declarations to an XML element.
xml(required): XML UDM valuenamespaces(required): object mapping prefix to URI —{"cbc": "urn:...", "cac": "urn:..."}
utlx
// See Chapter 22 for XML namespace handling.
{
result: addNamespaceDeclarations($input, {
"cbc": "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2",
"cac": "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
})
}