ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Retrieving the source of an XML document created by XMLDocument Hide the details
Formatted XML document. This result can be:handled in memory....
Name of XML document to format. This document was created by XMLDocument and it was modified by the XML functions.
Combination of following values:XMLDocumentDefault (default value)Generates the XML code with a header and from the root.XMLCurrentPositionGenerates the XML code from the current position in the XML document (instead of the root)XMLNoHeaderGenerates the XML code without header.
Indicates the encoding used in the file header:XMLNoEncoding(Default value)No encodingXMLEncodingIso8859_1Encoding according to the Latin character setXMLEncodingIso8859_2Encoding according to Iso8859_2XMLEncodingIso8859_3Encoding according to Iso8859_3XMLEncodingIso8859_4Encoding according to Iso8859_4XMLEncodingIso8859_5Encoding according to Iso8859_5XMLEncodingIso8859_6Encoding according to Iso8859_6XMLEncodingIso8859_7Encoding according to Iso8859_7XMLEncodingIso8859_8Encoding according to Iso8859_8XMLEncodingIso8859_9Encoding according to Iso8859_9XMLEncodingUTF16UNICODE encodingRemark: in this case, XMLBuildString generates a 2-byte header to specify the "Byte Order".XMLEncodingUTF8UNICODE 8 encoding
Retrieving the source of an XML document found in an xmlDocument variable Hide the details
xmlDocument variable containing the XML document to format.Caution: The encoding of result corresponds to the ..Encoding property of xmlDocument variable. If no encoding is specified, the XML document will be encoded in UTF8 by default.
Combination of following values:XMLDocumentDefault (default value)Generates the XML code with a header and from the root.XMLNoHeaderGenerates the XML code without header.
XML functions and threads
Last update: 09/23/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: