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