public XMLProcessingInstruction(target as String, data as String = "", ownerDocument as Document = null):
Creates a processing instruction.
| Parameter | Description |
|---|---|
target | Processing instruction target. |
data | Processing instruction data. |
ownerDocument | Owner document. |
pi = XMLProcessingInstruction("xml-stylesheet", "href='style.css'", document)