GetXMLStandalone()
Syntax
Result = GetXMLStandalone(#XML)Description
Returns the value of the "standalone" attribute in the XML declaration of the document.
Return value
Returns one of the following values:#PB_XML_StandaloneYes : The document mode is standalone #PB_XML_StandaloneNo : The document mode is not standalone #PB_XML_StandaloneUnset: The standalone mode is not specified in the declaration
Supported OS
All