< : KeySubst>

Description

Keyword substitution. Input file is written to output file. Do not make input file same as output file. Keywords in input files look like this: @foo@. See the docs for the setKeys method to understand how to do the substitutions.

Parameters

Attribute Description Type Required?
sep Sets the separator between name=value arguments in setKeys(). By default it is "*". String ?
dest Set the destination file. File ?
keys Sets the keys. Format string is like this:

name=value*name2=value

Names are case sensitive.

Use the setSep() method to change the * to something else if you need to use * as a name or value.

String ?
src Set the source file. File ?

Parameters accepted as nested elements