26 Jun
2000
26 Jun
'00
9:32 p.m.
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