XmlDocument.CreateProcessingInstruction Method
| Explanation | Create a ProcessingInstruction node. Not supported in Mobile, AI | |
| Call format | var pi = xmldoc.CreateProcessingInstruction( target, data ) | |
| Return value | XmlProcessingInstruction object | |
| Arguments | String target | Target part of processing instruction |
| String data | Data part of processing instruction | |
| Exception | DOM-5 | INVALID_CHARACTER_ERR |
| DOM-9 | NOT_SUPPORTED_ERR | |
| Example of use | | |
| Related item | XmlProcessingInstruction class | |