GetXMLStandalone()

Syntaxe

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

Valeur de retour

Renvoie une des valeurs suivantes:
  #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

OS Supportés

Tous

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