TEXT %XML_GetElementText( INT in node, TEXT in element, [ TEXT in namespace := "" ] )
node | Handle to parent XML nod or XML list. |
element | Name of element, from which a text is obtained. |
namespace | Optional parameter that defines the name of namespace or prefix of an XML element. The value "*" is used, when there is not the necessity to explicitly take into account namespace and the searching is done only by the element name. |
TEXT _errorCodeText TEXT _text _text := %XML_GetElementText(_doc,"td","h") IF (!_text\VLD) THEN _errorCodeText := %XML_GetLastErrorMessage() ENDIF
0 komentárov