
<blockquote>
<hr size=3 noshade>
<b>Beginning of <i>recurs.shtml</i> ....</b>

<pre>
<!--#config errmsg="Error in recurs.shtml -- Unable to parse scripts"  -->
<b>Document Name =</b>    <!--# echo var="DOCUMENT_NAME" --> 
</pre>

<b>Do second include -- </b>   
<br>
<!--#include file="recurs2.shtml" -->
<br>

<b>Do third include (recursive - recurs.shtml) -- </b>  This should fail, as it
directly implies infinite recursion... 
<br>

<!--#include file="recurs.shtml" --> 

<br><br>

<b>Do fourth include (indirectly - recurs_test.shtml) -- </b> This 
should fail, as it indirectly implies infinte recursion (implication 
is once removed)...
<br>
<!--#include file="recurs_test.shtml" --> 


<p><b>End of <i>recurs.shtml</i> ....</b>
<hr size=3 noshade>
</blockquote>
