From http://www.w3schools.com (Copyright Refsnes Data)

XML DOM - The ProcessingInstruction Object

prev next

The ProcessingInstruction object represents a processing instruction.


The ProcessingInstruction object

The ProcessingInstruction object represents a processing instruction.

A processing instruction is used as a way to keep processor-specific information in the text of the XML document.

IE: Internet Explorer, F: Firefox, O: Opera, W3C: World Wide Web Consortium (Internet Standard)

ProcessingInstruction Object Properties

Property Description IE F O W3C
data Sets or returns the content of this processing instruction     No Yes
target Returns the target of this processing instruction     No Yes


prev next

From http://www.w3schools.com (Copyright Refsnes Data)