Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
The IDOMProcessingInstruction object represents a "processing instruction," which XML defines to keep processor-specific information in the text of the document.
Remarks
The content of the IDOMProcessingInstruction node is the entire content between the delimiters of the processing instruction (PI).
The content of this node is usually subdivided into the "target," the application to which this processing instruction is directed, and the "content of the processing instruction." The target consists of the first token following the start of the tag, while the content of the PI refers to the text from the first non-whitespace character after the target through the character immediately preceding the ?> that signifies the end of the tag.
Members
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.