LOTUSSCRIPT/COM/OLE CLASSES


CreateProcessingInstructionNode method
Example

Creates a processing instruction node.

Defined in

NotesDOMDocumentNode

Syntax

Set notesDOMProcessingInstructionNode = notesDOMDocumentNode.CreateProcessingInstructionNode( target , data )

Parameters

target


data
Return value

notesDOMProcessingInstructionNode


Example