EvProcInstr
A processing instruction was encountered.
- Value parameters:
- target
the "PITarget" of the processing instruction. For the instruction
<?foo bar="baz"?>, the target would befoo- text
the remainder of the instruction. For the instruction
<?foo bar="baz"?>, the text would bebar="baz"
- See also: