SAX_ProcessingInstruction (NotesSAXParser - LotusScript®)

Signals a processing instruction found in the input XML.

Defined in

NotesSAXParser

Syntax

SAX_ProcessingInstruction( Source as NotesSAXParser, byval Target as String, byval PIData as String )

Parameters

Source

NotesSAXParser. Read-only. The current NotesSAXParser object.

Target

String. Read-only.

PIData

String. Read-only.

Usage

Refer to http://www.w3.org/TR/REC-xml#dt-pi for information about processing instructions.

Example