HTP

Source code: ref/output.htp

Table of Contents
  htp.def
  macros.def
  htp.htt

<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 &lt;/OUTPUT&gt; 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>

  page source
  htp project
  htp homepage
hosted by
SourceForge.net
HTML coding Powered by htp
htp on-line reference / http://htp.sourceforge.net/ref/
Authors: Jim Nelson, Jochen Hoenicke, Michael Möller.
Maintainers: Jochen Hoenicke.

Copyright © 1995-96 Jim Nelson.
Copyright © 2001-2003 Jochen Hoenicke.
Permission to reproduce and distribute this hypertext document granted according to terms described in the License section.

last updated Tue Feb 22, 2011