DOMDocument.CreateProcessingInstruction

Syntax:

CreateProcessingInstruction(<Target>, <Data>)

Parameters:

<Target> (required)

Type: String.
Data processor instruction target.

<Data> (required)

Type: String.
Data processor instruction data.

Returned value:

Type: DOMProcessingInstruction.

Description:

Creates DOM data processor instruction node.

Availability:

Server, thick client, external connection, Mobile application (server).

    

1C:Enterprise Developer's Community