10 Sep
1999
10 Sep
'99
2:30 p.m.
John Goerzen wrote:
Martijn Pieters <mj@antraciet.nl> writes:
<dtml-call "REQUEST.set('body_text', '"Martijn Pieters" and not "Martijn Faassen"')">
Exceptt that is a quoting problem there, which Zope won't like. I've been wondering how to solve just a problem myself. (The first " will be taken as ending the expr for call)
Just escape the double quote "\"" Python is the most flexible 'quoting' language ever. -Michel