<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

		<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">ProcessingInstruction</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</span>  IE <span class="emphasis">n/a</span>  DOM <span class="emphasis">1</span>&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description">
						<p>The <span class="literal">ProcessingInstruction</span> object (one of the node
types) is an abstract representation in the W3C DOM of an element
that contains instructions for an application, but whose content is
not treated as part of the document's content tree.
Such elements in XML documents are tagged with the format
<span class="literal">&lt;?</span><span class="replaceable">ProcessTarget</span>
<span class="replaceable">InstructionText</span><span class="literal">?&gt;</span>.
In the W3C DOM, the two main components are exposed as the
<span class="literal">target</span> and <span class="literal">data</span> string
properties, respectively.
</p>
												</td>
</tr>
			</table>
		</div>

</body>
</html>