Well, the new version is out. 0.0.8 this time (I skipped 0.0.4 to 0.0.7).
It is much more compatible with H::T Here's the list of changes: - Now supports name=value type template tags (tmpl_var name=name) - Added a new Parser module - supports comment style tags (<!-- tmpl_var -->) - supports quoted parameter (<tmpl_var name="hello">) - tags can be mixed case - multiparameter constructor - supports filename - supports max_includes - supports no_includes, - supports strict - supports case_sensitive - supports debug - max_includes defaults to 10 - supports loop_context_vars - <tmpl_var escape="url"> - supports the path attribute - supports search_path_on_include - supports scalarref templates (from String) - supports arrayref templates (from String []) Get it at http://html-tmpl-java.sourceforge.net/ try it, test it, use it, break it, report bugs. I also need help with doing the die_on_bad_params stuff, if anyone has ideas. I've seen how it's done in HTML::Template.pm -- "A car is just a big purse on wheels." -- Johanna Reynolds --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
