Encapsulates creation and addition of processing instructions to a node
Type: Procedure
Parameters:
String sTarget String sValue
Parameter | Description
|
sTarget | Target name |
sValue | Value text
|
Syntax
Procedure AddChildProcessingInstruction String sTarget String sValue
Send AddChildProcessingInstruction sTarget sValue |
Description
AddChildProcessingInstruction encapsulates creation and addition of processing instructions to a node.
Note: | If for any reason the node cannot be added to the document, an error will be generated. |