HTP

htp on-line reference : OUTPUT

Table of Contents
  Introduction
  License
  Tutorial
  Usage
  HTP Tags
    ALTTEXT
    BLOCK
    BLOCKDEF
    DEF
    FILE
    IF
    INC
    IMG
    IMAGEURL
    OPT
  > OUTPUT
    QUOTE
    SET
    UNDEF
    UNSET
    USE, $
    WHILE
    <!---
  History
  Wish list
  Bugs

syntax

<[ref]OUTPUT FILE="outputfilename" [APPEND] [EXPAND]>
text block
<[ref]/OUTPUT>

synopsis

The OUTPUT 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.

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 EXPAND attribute to override this behaviour.

  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 Fri Aug 31, 2007