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

		<div id="Beschreibung">
			<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">nicht zutreffend</span>  IE <span class="emphasis">nicht zutreffend</span>  DOM <span class="emphasis">1</span></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements"></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Das <span class="literal">ProcessingInstruction</span>-Objekt (einer der Nodetypen) ist die abstrakte Darstellung eines Elements im W3C-DOM, das Anweisungen f&uuml;r eine Anwendung enth&auml;lt, dessen Inhalt jedoch nicht als Teil des Inhaltsbaums des Dokuments behandelt wird. Solche Elemente sind in XML-Dokumenten durch Tags im Format <span class="literal">&lt;?</span><span class="replaceable">ProcessTarget</span>
<span class="replaceable">InstructionText</span><span class="literal">?&gt;</span> gekennzeichnet. Im W3C-DOM werden die beiden Hauptkomponenten als <span class="literal">target</span>- bzw. <span class="literal">data</span>-Zeichenfolgeneigenschaften offen gelegt.
</p>
							</td>
						</tr>
			</table>
		</div>

</body>
</html>