|
Michael C. Neel
neel at mediapulse.com
Sat Jun 7 19:17:20 EST 2003
I suppose it's all a matter of taste really, to me the problem with the
PHP-like methods is there is no seperation of logic from design; or the
method doesn't lend itself well to it. I'm willing to learn some
special tags if I know all real the python code is in a .py file and the
html in a .html file.
Mike
> The problem with Albatross for me is the same one with
> all the others - it
> is yet another language to learn:
>
> <al-for iter="name" expr="keys">
> <tr>
> <td><al-value expr="name.value()"></td>
> <td><al-value expr="environ[name.value()]"></td>
> <tr>
> </al-for>
>
> This is not Python. Nor is it HTML.
>
> Grisha
>
>
|