ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
xmlDocument variable containing the document to save. This variable can be the result of a call to XMLOpen or it may have been declared and initialized directly.
Name and full (or relative) path of text file to create. A UNC path can be used.If this parameter is not specified or if it is set to "" (empty string):When XMLSave is called for the first time on this document, the XML document is saved at the location specified during its opening (XMLOpen).During the next calls to XMLSave, the XML document is saved at the location specified during the previous save.An error occurs if the XML document was not opened by XMLOpen (opened from a URL, from a string or if the document was created). No relative path can be used.
Options for saving the XML document.The possible values are:XMLDocumentDefault(default value)Saves the XML document with a header.Versions 22 and laterXMLFormattingNew in version 22XMLFormattingXMLFormattingSaves the XML document with formatting (indent and carriage returns). This constant is not available.XMLNoHeaderSaves the XML document without header. This constant can be used when the XML document corresponds to a fragment of a more important document, concatenated with other XML documents thereafter.xvNoValidationSaves the XML document without taking into account the XSD model specified when describing the XML document. Versions 17 and later This constant is not available.New in version 17 This constant is not available. This constant is not available.
Last update: 09/17/2020
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: