XML_Document.get_child_element
get_child_elementkey
Group: Selections
Documentation
Gets the child element of the inner XML Element
Arguments
key
: If anInteger
, returns the element at positionat
in its list of children. IfText
, then if starts with"@"
, returns the attribute with the given name otherwise returns the first child element with the given name.