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.
<Source>.RecordToXML (Function)
... string in XML format.
HRecordToXML (Function)
... string in XML format.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
XMLOut (Function)
... is outside the XML document.
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
xmlSignatureInformationKeyX509 (Type of variable)
... in the KeyInfo section of the XML signature.
The DotNet structure
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file...
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web...
JSONXMLConverter (Type of variable)
... of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value...
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described...
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described...
XMLDocument
a new XML document. For more details, see XMLDocument. an xmlDocument variable. For more details, see...
XMLPath (Function)
Returns the current position in the document in XPATH format.
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
XMLResult (Function)
Returns the result of a calculation XPath query.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
1
2
3
4
5
6
13
>