Content deleted Content added
m change source to syntaxhighlight |
m Turn first ref (bare HTML link) into real Template:Cite book citation |
||
Line 1:
A '''Processing Instruction''' ('''PI''') is an [[SGML]] and [[XML]] node type, which may occur anywhere in the document, intended to carry instructions to the application.<ref>
Processing instructions are exposed in the [[Document Object Model]] as <code>Node.PROCESSING_INSTRUCTION_NODE</code>, and they can be used in [[XPath]] and [[XQuery]] with the 'processing-instruction()' command.
|