GetXMLEncoding()

Syntax

Result = GetXMLEncoding(#XML)
Description
Returns the text encoding used for exporting/saving the given XML tree.

Return value

Returns either #PB_Ascii, #PB_Unicode (= UTF16) or #PB_UTF8.

Supported OS

All

<- GetXMLAttribute() - XML Index - GetXMLNodeName() ->