ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XML: Handling large (multi-gigabyte) files
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size...
Managing the XSD
WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format.
FOR ALL: browse an XMLReader variable
The FOR EACH statement loops through a variable of type xmlReader in various ways:
  • Loop through a level.
  • Loop through a level with copy.
  • In-depth loop.
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.
<Source>.RecordToXML (Function)
... string in XML format.
XMLOut (Function)
... is outside the XML document.
xmlSignatureInformationKeyX509 (Type of variable)
... in the KeyInfo section of the XML signature.
<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.
The DotNet structure
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file...
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file...
JSONXMLConverter (Type of variable)
... of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web...
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
>