ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Executing an XPATH query on an xmlDocument variable Hide the details
xpathResult variable containing the result of the XPATH query. Reading the result: ..IsValue is used to find out whether the result is a value. For a selection query (the result is not a value), the xpathResult variable must be browsed. For a calculation query (the result is a value), ..Value is used to read the result.
Name of the xmlDocument variable containing the XML code to analyze.
Text of the XPath query to execute.
Executing an XPATH query on an XML document (syntax kept for backward compatibility) Hide the details
True if the query was executed,False otherwise or if no element corresponds to the query.Reading the result: For a selection query, if the XPATH query has been executed, the XML search functions are used to browse the result of the XPATH query.For a calculation query, XMLResult is used to read the result.
Name of XML document used. This document contains the XML code to study and it was created by XMLDocument.
Limitations
XML functions and threads
Last update: 09/23/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: