processingInstruction object
[This documentation is preliminary and is subject to change.]
Represents a processing instruction for an XML parser.
![]() ![]() |
Standards information
Remarks
A processing instruction provides direction to an XML parser. The following code example shows a processing instruction that is specified in markup.
<?xml-stylesheet type="text/css" href="style.css"?>
Use the createProcessingInstruction method of a document to create an instance of an ProcessingInstruction object.
See also
Build date: 2/14/2012

