loadCustomXMLPart() Function in Designer
- Last updated on July 12, 2024 at 7:31 AM
If you want to insert a reference to data stored in a CustomXmlPart of the document, you can use the loadCustomXmlPart function.
Syntax
loadCustomXmlPart('Namespace')
Sample 1
This will output the creator of the document.
{% var customXMLPart = loadCustomXmlPart('http://schemas.openxmlformats.org/package/2006/metadata/core-properties') %} {{ customXMLPart.creator }}