ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Value of element or value of attribute, Empty string ("") or value of <Not found> parameter in the following cases:if the element was not found.if the element has no valueif the XPath query is not a query for selecting records.In this case, the ErrorOccurred variable is set to True and ErrorInfo returns more details about the error.
Name of XML document where the reading will be performed. This document contains the XML code to study and it was created by XMLDocument.
Can correspond to:the path of the value to read in the XML file. Caution: the case is taken into account (lowercase and uppercase characters). To read the value of an attribute, the name of the attribute must be preceded by the "@" character.the text of an XPath query to run. The XPath query must be a query for "selecting records". If several elements match the selection, the first element found is used.If this path does not start with "/", the name of the root node is automatically added. If the XML document has no root, <Result> will correspond to <Not found>.
Text to return if the element was not found. This parameter corresponds to an empty string ("") by default.
Special cases
Code wizard
Last update: 09/20/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: