Modules

filter

 

Objects/Functions

module (N/xml)

SuiteScript 2.0

Document.xmlStandalone

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=Document.xmlStandalone for more information.

N/xml Module
Document.xmlStandalone
Property Description: Part of the XML declaration, returns true if the current XML document is standalone or returns false if it is not. In the following declaration, the xmlStandalone property is true: This property is not supported on Internet Explorer or Firefox.
Type: boolean
Supported Script Types: All script types For more information, see SuiteScript 2.0 Script Types.
Module: N/xml Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Document.xmlStandalone

Example:

// Code Example 1
//Add additional code
//...
var isStandalone = xmlDocument.xmlStandalone;
//...
//Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_459471374510.html