Next: Including nested PerlPoint sources   Previous: Special purpose tags   Contents: Contents

File inclusion

It is possible to include another file by \INCLUDE{file=<filename> type=<type>}.

The mandatory base options are

optiondescription
filenames the source to be included (should exist)
typedetermines how the file is handled

All types different from "pp" or "perl" make the included file be read but not evaluated. The read contents is usually passed to the generated output file directly, with exception of type "example". This is useful to include target language specific, preformatted parts.


  \INCLUDE<type=html file=homepage>

A certain translator typically supports the file types of its target language, see the translator specific documentation for details.

Next: Including nested PerlPoint sources   Previous: Special purpose tags   Contents: Contents