$template | String Name of the template file (for example, mytemp.html or mytemp.xml). |
$package | String Name of the package where the template resides (for example, Default). |
$values | Document Document (IData object) to bind against $template. |
fileEncoding | String Optional. The encoding of the template file. If fileEncoding is not specified, the default file encoding specified in the watt.server.netEncoding server parameter or the system file encoding will be used. Examples: SJIS, ASCII, ISO8859_1. |
$txt | String Result from applying the template to $values. |