create_processing_instruction method
create_processing_instruction
Creates a ProcessingInstruction node given the specified name and data strings.
Returns
def create_processing_instruction(self, target, data):
    ...
| Parameter | Type | Description | 
|---|---|---|
| target | str | The target. | 
| data | str | The instruction data. | 
See Also
- module aspose.html
- class HTMLDocument
- class ProcessingInstruction