Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






DoctypeSYSTEM property

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

Defined in

NotesDXLExporter

Data type

String

Syntax

To get: system$ = notesDXLExporter.DoctypeSYSTEM

To set: notesDXLExporter.DoctypeSYSTEM = system$

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.

Language cross-reference

DoctypeSYSTEM property in Java DXLExporter class

See examples

Example: DoctypeSYSTEM property
Related topics
Using XML with LotusScript




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009