Programmer's Guide > Interfaces > W3C Document interface > xmlStandalone attribute
  
xmlStandalone attribute
* 
This DOM Level 3 attribute is defined, but is currently unimplemented by Arbortext Editor.
An attribute specifying, as part of the XML declaration, whether this document is standalone. This is false when unspecified.
* 
No verification is done on the value when setting this attribute. Applications should use Document.normalizeDocument() with the "validate" parameter to verify if the value matches the validity constraint for standalone document declaration as defined in [XML 1.0].
xmlStandalone
Access
read-write
Returns
boolean
Set throws
DOMException
NOT_SUPPORTED_ERR: Raised if this document does not support the "XML" feature.