Hi List,

  Yes yes, I am building yet another CPAN templating module which should
  be pretty mod_perl friendly. It will be working a bit like zope's TAL
  templates, i.e. you'll be able to type:

  <ul tal:condition="object.list">
    <li tal:repeat="element object.list"
        tal:content=":encode element.name>Some Dummy Name</li>
  </ul>

  Making it possible to build dreamweaver / frontpage / etc. friendly
  templates.

  Now, I'm looking for a cool name... an obvious one would be
  XML::Template (because it's going to be based on XML::Parser and will
  output only well-formed XML) although I'm not sure I can decently take
  such a nice namespace...

  I was also thinking of Petale (for Perl Template Attribute Language
  Engine).

  Any suggestions? I'll release a 0.1 version (which should be pretty
  workable nonetheless) on CPAN as soon as I'll get my name around a
  name :-)

Cheers,
-- 
IT'S TIME FOR A DIFFERENT KIND OF WEB
================================================================
  Jean-Michel Hiver - Software Director
  [EMAIL PROTECTED]
  +44 (0)114 255 8097
================================================================
                                      VISIT HTTP://WWW.MKDOC.COM

Reply via email to