pc:processing-instruction |
Adds to the result tree a processing instruction node that contains zero or more name-value pairs. Syntax
The required target is a string that is the target of the resulting processing instruction. Any number of attribute-value pairs may be specified. Each leads to a name-value pair that is part of the content of the resulting processing instruction.
Example
This results in the following processing instruction being added to the result tree:
|