Processing Instruction

A processing instruction is used in XML as a way to keep processor specific information in the text of the document. A processing instruction is a node, with the following added attributes:

Target

get-target processing-instruction

The target attribute provides the name of the application that executes the processing instruction.

Data

get-data processing-instruction
set-data processing-instruction data

The data attribute provides the content of the processing instruction.