SxXMLFindElement Command

Moves to the given element. From the current position in the document, searches to find the first element that matches the name and any attribute requirements.

Attribute requirements must be provided as alternating pairs of required name and required value. For example to search for an element with attribute name 'a1' and value 'v1', as well as attribute name 'a2' and value 'v2', the command call would be:

SxXMLFindElement REFERENCE ELEMENT_NAME 'a1' 'v1' 'a2' 'v2'

SxXMLFindElement reference element [attribute name value pairs]