From http://www.w3schools.com (Copyright Refsnes Data)
| « Previous | Next Chapter » |
The ProcessingInstruction object represents a processing instruction.
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)
| 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 |
| « Previous | Next Chapter » |
From http://www.w3schools.com (Copyright Refsnes Data)