| 
   
 | 
 
< BLOCK syntax> 
< OUTPUT FILE="outputfilename" [APPEND] [EXPAND]> 
text block 
< /OUTPUT> 
< /BLOCK> 
 
< BLOCK synopsis> 
 
<P> The <STRONG>OUTPUT</STRONG> tag can be used to create auxillary 
files besides the main HTML file.  The text between this tag and the 
corresponding </OUTPUT> tag is written to output file. </P> 
 
<P> Normally the outputfile is cleared before writing to it, but you 
can use the APPEND attribute to extend an existing file.  The text 
written to the file is normally not expanded, i.e. all tags inside 
this block are not executed but written unmodified to the file. 
However, you can use the <a href="expand.html">EXPAND</a> attribute to 
override this behaviour. </P> 
 
< /BLOCK> 
 
  |