create_processing_instruction method

create_processing_instruction

Creates a ProcessingInstruction node given the specified name and data strings.

Returns

The ProcessingInstruction.

def create_processing_instruction(self, target, data):
    ...
ParameterTypeDescription
targetstrThe target.
datastrThe instruction data.

See Also