ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
Browsing the elements of XML file on a level Hide the details
Marks the beginning of the statement block.Used to browse the children of current level.
xmlReader variable corresponding to the XML file to browse. Inside the loop, the xmlReader variable points to the current XML element. Remark: You have the ability to nest browses on the XML reader.
Browse on a level with copy Hide the details
Inside the loop, <Element> points to the current XML element. It can be used to perform a new FOR EACH loop to browse its children.
xmlReader variable corresponding to the XML file to browse.
Browse in depth Hide the details
Marks the beginning of the statement block.Used to browse the XML treeview in depth: browse the child, then the grandchild, then the child of grandchild until a leaf is reached.
Inside the loop, <Element> points to the current XML element. Used to perform a reading in depth from an element.
Syntax 1: Browsing the elements of XML file on a level
Syntax 2: Browse on a level with copy
Syntax 3: Browse in depth
Loop through an XMLDocument variable
Last update: 03/11/2022
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: