DoctypeSYSTEM (NotesDxlExporter - JavaScript)

Read-write. The value of SYSTEM in the exported !DOCTYPE statement.

Defined in

NotesDxlExporter

Syntax

getDoctypeSYSTEM() : string

setDoctypeSYSTEM(system:string) : void

Usage

OutputDOCTYPE must be true (the default) to export a DOCTYPE statement.
This property defaults to SYSTEM 'domino.dtd' so that, for example, the DOCTYPE statement for a database appears as follows:
<!DOCTYPE database SYSTEM 'domino.dtd'>
Specifying this property as an empty string suppresses the SYSTEM clause.