Processing instruction constructors
Processing instruction constructors create processing instruction nodes. XQuery provides both direct and computed constructors for creating processing instruction nodes.
The constructed node has the following
node properties:
- A target property
- Identifies the application to which the processing instruction is directed.
- A content property
- Specifies the content of the processing instruction.