In TAL, you use <p tal:contents="python:some python expression">, which seemed verbose to me. But I believe you can change the default to python: by changine line DummyEngine.py:138 to 'type = "python"'. As it is, the path syntax is actually not in TAL at all -- paths seem to be implemented by overriding __getitem__ in the globals dictionary -- i.e., the access method for path: is the same as var:, local:, or global:. So it is quite reasonable to leave it as it is. In the future, I imagine TAL might be changed for performance reasons, e.g., compiling. But for now it's easy. I haven't actually tried putting it together in Webware with Donovan's code. But the whole package is really quite clean. Ian _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/webware-devel
