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.
XML functions
List of XML functions...
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model...
Constants used by the XML signature
Constants used by the XML signature...
XML management: Use example
This application example manages an XML file named "Orders......
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB...
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified...
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema...
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema...
XMLSign (Function)
Signs an XML document.
XMLSave (Function)
Saves an XML document in a file.
1
2
>