Web Framework Reviews

Valentino Volonghi aka Dialtone dial#####$$NOSPAM##$#$##tone at gmail.com
Tue Jul 19 16:36:55 EDT 2005


istvan.albert at gmail.com <istvan.albert at gmail.com> wrote:

> I think the difficulties will arise from the inability to visually
> track closing tags.
> ]]] versus </tr></tr></table>

You can do things like:

t.html[
    t.head[
        t.title["Foobar"]
    ],
    t.body[
        t.p["This is some content"]
    ]
]

This is not harder than normal xhtml tags to follow. plus you don't have
to remember what tag you are closing :)

-- 
Valentino Volonghi aka Dialtone
Now Running MacOSX 10.4
Blog: http://vvolonghi.blogspot.com
http://weever.berlios.de



More information about the Python-list mailing list