Servertec   iPP
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iPP
Templates
Constants
Identifiers
Operators
Directives
Macros
Java API
Sales
Legal
Feedback

 

iPP is a preprocessor used to generate Web pages and source files from templates.

Syntax

    pp { -b } { -c } { -h{elp} } { -nologo } { -v{erbose} } { -i path }
    { -d identifier{=definition} } { -u identifier } inputfile { outputfile }

Parameters

    -b used to preserve blank lines.
    -c used to preserve user comments.
    -e support embedded quotes.
    -help display this help message.
    -nologo suppresses display of copyright message.
    -verbose display verbose error messages, useful when debugging iPP source files.
    -w ignore all warnings.
    -i path append the specified path to the search path for include files.
    -d identifier=definition associate the specified definition with the given identifier.

    This option can not be used to define macros. Macros must be defined using the #define directive.

    -u identifier remove the specified identifier.
    inputfile the name of the template file
    outputfile the name of the file to generate
    output will be sent to stdio if none is specified

Returns

    Nothing

Example

    pp -i templates -d TITLE=Support index.tf index.html
    pp -d UNIX index.tf index.html
    
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:17:56 EST 1999