<html>
<head>
<title>Keine Rekursion</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="Beschreibung">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">Keine Rekursion</td>
<td valign="top" class="COMPATIBILITY">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
</tr>
<tr>
<td valign="top" colspan="2" class="description">&nbsp;
</td></tr>
<tr>
<td colspan="2" class="DESCRIPTIONTITLE">Text aus der Spezifikation</td>
</tr>
<tr>
<td colspan="2" class="description">


<p>Eine analysierte Entity darf weder direkt noch indirekt eine rekursive Referenz auf sich selbst enthalten.</p>

</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="DESCRIPTIONTITLE">Erkl&auml;rung</td>
</tr>
<tr>
<td colspan="2" class="description">


<p>Achten Sie darauf, wie Sie Ihre Entities strukturieren. Stellen Sie sicher, dass sie nicht versehentlich eine Kreisreferenz bilden:</p>

<span class="PROGRAMLISTING"><pre>&lt;!ENTITY a "&amp;b;"&gt;
&lt;!ENTITY b "&amp;c;"&gt;
&lt;!ENTITY c "&amp;a;"&gt; &lt;!--wrong!--&gt;</pre></span>

</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
</table>
</div>
</body>
</html>
