GetXMLStandalone()

Syntax

Result = GetXMLStandalone(#XML)
Description
Returns the value of the "standalone" attribute in the XML declaration of the document.

Parameters

#XML The XML to use.

Return value

It can be 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

See Also

SetXMLStandalone()

Supported OS

All

<- GetXMLNodeText() - XML Index - InsertXMLArray() ->