Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

processing_instruction

Processing instructions (PIs) allow XML documents to contain special instructions for applications. This event occurs when the parser recognizes the name following the PI opening character sequence, "<?". The event also covers the data following the processing instruction (PI) target, up to but not including the PI closing character sequence, "?>". Trailing, but not leading white space characters in the data are included. The parser passes the address and length of the text containing the target, "spread" in the example, and the address and length of the text containing the data, "please use real mayonnaise " in the example.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)