main page,
impressum and license/copyrights,
libtemplate,
HTML::Libtemplate (perl binding),
template language description
libtemplate documentation
tpl_evaluate
int tpl_evaluate(t_template *,FILE *);
Paramters:
- t_template *tpl
- FILE *handle
Return Values:
Returns 0 on success and an error code on error.
Description:
This function evaluates a template tpl
to a file handle file
.
tpl_evaluate_to_mem
int tpl_evaluate_to_mem(t_template *,t_string *);
Paramters:
- t_template *tpl
- t_string *str
Return Values:
Returns 0 on success and an error code on error.
Description:
This function evaluates a template tpl
to a string reference str
.
Christian Kruse
Last modified: Wed Oct 9 15:10:55 CEST 2002