Element Details: Procedure.Xml+Modifier
 Back


Available in: Logi Info Source code name: Procedure.XmlModifierIntroduced 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.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
Filename
UserDefined
(Required) A physical, file system path and filename.
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.



PARENT ELEMENTS

Click element to drill down for more information.

If Error
Procedure.Else
Procedure.File Exists
Procedure.Folder Exists
Procedure.If
Procedure.Run Datalayer Rows
Procedure.Run DataTable Rows
Procedure.Switch Case
Task


CHILD ELEMENTS

Click element to drill down for more information.

Append Child Element
If Error
Insert After Element
Insert Before Element
Prepend Child Element
Remove Attribute
Remove Element
Rename Attribute
Set Attribute
Set Element Text
Update Or Append Child Element


 Back to top


 Chart Debug