Get XML Element Text Content

Returns the content of the specified XML Element

 

Input Arguments

0

Integer

XML File Handle

The handle to the XML file as returned from the Open XML File command.

1

String

XPath

XML Element to interrogate.

 

Return Arguments

2

String LIst

Text Content

List of text strings within the specified XML Element.

 

Returned Status

SUCCESS

The XML Element content was returned successfully.

FAILURE

The file handle was invalid, or could not be saved.

 

Remarks

None.