AddChildProcessingInstruction - cXMLDOMDocumentFragment

Encapsulates creation and addition of processing instructions to a node

Type: Procedure

Parameters: String sTarget String sValue

ParameterDescription
sTargetTarget name
sValueValue text


Syntax
Procedure AddChildProcessingInstruction String sTarget String sValue

Call: 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.