ProcessingInstruction
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Syntax
Invoked when the XML parser detects a processing instruction.
Procedure
|
Method
|
- target
- A character string indicating the target of the processing instruction.
- data
- A character string indicating the data associated with the processing instruction. If the processing instruction has no data, the length of the string is zero.
Note: A processing
instruction can appear before or after a root element.