XML Handling - XML Element Path Syntax (Magic xpi 4.5)
This section describes the correct way to enter XML element path syntax when you use the XML Handling component.
The element path is a string representing the XML element path. The correct XML element path syntax is:
/element name[[index]] [/element name[[index]]…]
Where:
element name is the name of an XML element. You can assign an alias that is separated from the element name by a colon symbol (:), for example, al1:My_Element.
index is the index of a specified occurrence of an element that has multiple occurrences. The index value must be greater than 0. Negative values are invalid.