Initializing help system before first use

getstandalone

getstandalone


Purpose
Get the standalone flag of the document.
Synopsis
function getstandalone(doc:xmldoc):integer
Argument
doc 
Document to use
Return value
Standalone flag:
-1 
flag not specified
standalone=no
standalone=yes
Further information
The value of this flag is not used by mmxml. This is just an information to be saved in the header of the XML document. The default value for this flag is -1.
Related topics
Module