After some through I suggest zope installation defined these in the root: html <html> .... <dtml-var head> <dtml-var body> </html> head <head> .... </head> body <body> ... </body> The following may defined as attributes or dtml-document bgcolor lang encoding ....
Sin Hang Kin wrote:
After some through I suggest zope installation defined these in the root:
html <html> .... <dtml-var head> <dtml-var body> </html>
head <head> .... </head>
body <body> ... </body>
The following may defined as attributes or dtml-document
bgcolor lang encoding ....
I would prefer this scheme too. You are breaking up a document into constituent 'blocks' in a different way than it is done presently. I suspect you may get not only this but more in the future. There have been similar thoughts going on in people's minds: http://www.zope.org/Resources/Mozilla/ZWiki/WildUIThoughts Shalabh
participants (2)
-
Shalabh Chaturvedi -
Sin Hang Kin