Available in: Logi Info | Source code name: Procedure.XmlModifier | Introduced in: 12.6 |
Procedure.XmlModifier enables editing of XML files.
Elements and attributes maybe added, changed and removed.
Add any number of child elements to update the XML, with each element acting as a sort of update command.
Some child elements require a child <NewElement> which defines the XML to be inserted or updated.
Some command elements need to reference an element already existing in the XML. Specify either an ID attribute (when the target element has a unique ID) or an XPath attribute. |