LOTUSSCRIPT/COM/OLE CLASSES


SAX_ProcessingInstruction event
Example

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


Target
PIData
Usage

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

Example
See Also