27 Oct
1999
27 Oct
'99
2:06 p.m.
Stuart 'Zen' Bishop wrote:
Does this indicate a bug in SendmailTag, or in whatever constructs the md object? I havn't been able to trace this strange md object yet but I suspect it is buried in cDocumentTemplate.c (*shudder*).
md is a MultiMapping. It is implimented in C and python (look in pDocumentTemplate.py). Zope uses the C one, the python one is just hangin' around (the C one can be found in lib/Components/ExtensionClass). 'md' is usualy refered to in the DTML world as the 'DTML namespace stack'. -Michel