Marcus Schopen writes:
> how to get the meta type of an HTML Document called testdoc.html?
>
> <dtml-var "_['testdoc.html'].meta_type"> doesn't work.
"_.getitem('testdoc.html').meta_type"
See
URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html
Dieter