ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Value of current element or value of specified attribute.Empty string (""):if the current element has no value.if the specified attribute is not a child of the current element.if there is no current element. In this case, the ErrorOccurred variable is set to True. To get the details of the error, use ErrorInfo.if the current element is already an attribute. In this case, the ErrorOccurred variable is set to True. To get the details of the error, use ErrorInfo.
Name of XML document used. This document contains the XML code to study and it was created by XMLDocument.
Name of child attribute of current tag for which the value must be returned. This attribute is sought among the direct children of current element. If this parameter is not specified (or if it corresponds to Null or an empty string), XMLData returns the value of the current tag.
Search mode use to find the attribute among the children of current element. XMLStartWithSearch for the first attribute whose name starts with the content of <Attribute>.XMLContainsSearch for the first attribute whose name contains the value of <Attribute>.XMLExact(Default value)Search for the first attribute whose name exactly corresponds to the value of <Attribute>.XMLIgnoreCaseSearch for the first attribute whose name corresponds to the value of <Attribute> regardless of the case.Can be combined with the constants XMLContains, XMLStartWith or XMLExact.
Identifying the current element
XML functions and threads
Last update: 02/09/2021
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: