OutputDOCTYPE (NotesDXLExporter - LotusScript®)

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

Defined in

NotesDXLExporter

Data type

String

Syntax

To get: flag = notesDXLExporter .OutputDOCTYPE

To set: notesDXLExporter .OutputDOCTYPE = flag

Legal values

  • True (default) indicates that a !DOCTYPE statement is exported.
  • False indicates that a !DOCTYPE statement is not exported.

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.

Example