Prototype of HiperDOM template renderer
I decided to release to the public the prototype
of a template renderer we're working on, named
HiperDOM. It uses XML attributes to modify the
contents of a XML document; for example,
<title hdom:text="title">foo</title>
will not render "foo" as the title of the page,
but instead the contents of the title
Zope property of the document.
The implementation is not in any way complete or satisfactory; it's just a prototype to experiment with the language and get feedback. A Python-based version will be released as soon as some more pressing issues are dealt with.
Take a look, or peruse the wiki.