To all those who are interested in helping with development or testing, I've completed (at least I think I have) a sort of pre-alpha release of a java version of HTML::Template.
I'll have it on a public website latest by Monday, and will post the url here. There's a lot that's not done yet, including: - checking for correct nesting (ie, make sure a tmpl_loop is closed with a /tmpl_loop and not a /tmpl_if, and much more). - throw the correct exceptions at the correct places eg: setting a scalar to a loop - catch the correct exceptions at the correct places - document the code - anything else you can think of. This does only the bare minimum of what the perl version does - var, if, unless, else, loop and include. no die on bad params (I think it is 0 here), no global_vars (and i may not put that in), no caching, etc., no loop_context_vars, so if you want these things in, take the code, put it in. Should be under GPL unless people have a better licence in mind. I'd be willing to listen as long as you tell me before the code is up. Philip -- "Why should we subsidize intellectual curiosity?" -Ronald Reagan Visit my webpage at http://www.ncst.ernet.in/~philip/ Read my writings at http://www.ncst.ernet.in/~philip/writings/ MSN philiptellis Yahoo! philiptellis AIM philiptellis ICQ 129711328 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
