IDLffXMLSAX::ProcessingInstruction

The IDLffXMLSAX::ProcessingInstruction procedure method is called when the parser detects a processing instruction.

Syntax

Obj->[IDLffXMLSAX::]ProcessingInstruction, Target, Data

Arguments

Target

A string specifying the target, which is the application that should process the instruction.

Data

A string specifying the data to be passed to the application specified by Target.

Keywords

None

Version History

5.6

Introduced