Download List

Project Description

HTML.Template is a Java package that lets you use HTML Templates in your Java programs. Templates are simple HTML files with a few extra tags representing variables, branches, and loops. Your Java program provides the values for these variables. HTML.Template scores over other templating solutions in that there is no programming logic in your template, and your templates will work with Java, Perl, Python, PHP, Ruby, and Lisp.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-03-19 12:58 Back to release list
0.0.3

The tmpl_include bug in tmpl_loop was fixed, debug was made static, tmpl_if/tmpl_unless now recognize loops as control variables, tmpl_loop can now handle null items, and closing tags must now match opening tags. Characters in parameter names have been restricted to letters, digits, '.', '+', '-', '/' and '_'. Parameter names starting and ending with double underscores are no longer permitted, and parameter names are now case insensitive by default.
Tags: Development, Major feature enhancements

Project Resources