This topic has not yet been rated - Rate this topic

processingInstruction object

[This documentation is preliminary and is subject to change.]

Represents a processing instruction for an XML parser.

Document Object Model (DOM) Level 3 Core Specification, Section 1.5Internet Explorer 9

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

createProcessingInstruction

 

 

Build date: 2/14/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ