CreateCDATASectionNode (NotesDOMDocumentNode - LotusScript®)

Creates a CDATA section node.

Defined in

NotesDOMDocumentNode

Syntax

Set notesDOMCDATASectionNode = notesDOMDocumentNode .CreateCDATASectionNode( cdataSection )

Parameters

cdataSection

String. The data for the NotesDOMCDATASectionNode contents.

Return value

notesDOMCDATASectionNode

The new NotesDOMCDATASectionNode object.

Example