Version 0.1.0 of HTML.Template.java has just been released. It's still a development release, but is getting stable. A few bug fixes, and enhancements. Also added the Filter interface.
Following is the ChangeLog
ver 0.1.0
- supports Hashtable style constructor parameter - Now also accepts Booleans and Integers in constructor parameters, not just Strings - path parameter accepts a single String as well as an array of Strings - setParam also accepts int, boolean, Integer and Boolean - added Filter interface - fixed bug that prevented file handle from working (thanks to Marcos Ramirez) - fixed case bug with include filenames
Philip