[EMAIL PROTECTED] <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to