> What about using <XXX>data</XXX> for nodes and '=' for attributes ?
> Would look like:
>
> <html>
>   <head>
>     <title>Page Title</title>
>   </head>
>   <body bgcolor='#ffffff'>
>     Hello World
>   </body>
> </html>
>
> > I think that with the added syntax you get better view of the html
> > page.
>
> indeed !-)

I dont think it is very pythonic :-). You dont use endtags and then you
dont use ':' to
mark that you nest a level. :-)
And I dont see where it is allowed to put real python code.
So could you show an example with a for loop? :-)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to