PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: ExtraIndent[Next]: HashPrefix

ExpandX=["]CompleteList["]

Normally <?xXX> codes are only expanded just before the data is written to the file (ie "LATE").

You may wish to vary when the replacement occurs. You can choose "COMMAND" to have replacements occur when a PPWIZARD command's parameters are expanded or "EARLY" to expand early on lines that are not PPWIZARD commands.

The CompleteList parameter is a complete list of all the locations you wish expandion to occur on (COMMAND,EARLY,LATE) or "NONE" to completely turn off the expansion or "" to use default state.

Example

    ;--- Turn off all expansion ---
    #option ExpandX="NONE"
    
    ;--- Expand everywhere --------
    #option ExpandX="EARLY,LATE,COMMAND"
    
    ;--- Just expand early --------
    #option ExpandX="EARLY"
    


[Top][Contents][Search][Prev]: ExtraIndent[Next]: HashPrefix

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Thursday January 17 2002 at 6:27pm