ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XML functions (prefix syntax)
List of XML functions
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
<xmlNode variable>.FindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
Managing the XSD
WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format.
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
XMLChild (Function)
Positions on the first child element of current element.
XMLNext (Function)
Positions on the next element (tag or attribute).
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
fDataDirCommon (Function)
.XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can...
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named...
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop...
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
5. Webservices
WINDEV allows you to easily use Webservices (or XML Web services)....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed...
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
1
3
4
5
6
7
13
>