28 May
2003
28 May
'03
4:39 p.m.
Hi, I want to add custom namespaces and/or entities to ZPT. How can I do this? I tried searching the web, but did not find a sollution. What I want to do is something like this: <my-ns:email name="Egon Meier" /> or &author; # link to author's mail-address I know, this is possible using TAL/METAL and tags like <span metal:replace="python:my_ns.email(name='Egon Meier')" /> but this is obvious a bit longish and clumsy to type. Any hints for solving this? +++hartmut