On Mon, 26 Jun 2000, Timothy Wilson wrote:
> <dtml-in qry_contactInfo>
> <dtml-call "REQUEST.set(<dtml-var parse_address>, ... etc.
>
> Don't I run into trouble with nested DTML here?
No, inside the quotes you are in python, not dtml, so no nesting
is required. Just reference parse_address (though you've got
it in the wrong place if it already has a value...)
--RDM
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )