OutputDOCTYPE (NotesDxlExporter - JavaScript)

Read-write. Indicates whether a !DOCTYPE statement is exported.

Defined in

NotesDxlExporter

Syntax

getOutputDOCTYPE() : string

setOutputDOCTYPE(system:string) : void

Legal values Description
true (default) to export a !DOCTYPE statement
false to not export a !DOCTYPE statement

Usage

The !DOCTYPE statement depends on the output and is typically one of the following:
<!DOCTYPE database SYSTEM 'domino.dtd'> 
<!DOCTYPE document SYSTEM 'domino.dtd'>
You can change or suppress the SYSTEM clause with DoctypeSYSTEM.