Re: [Zope] How to escape quotation mark in dtml script?
8 Jan
2001
8 Jan
'01
10:05 p.m.
Dirksen writes:
<dtml-call "REQUEST.set('a', '\"b\"')"> won't work! Please help. You can use the "octal escape sequence" for any character. For " it is \042.
Thus, <dtml-call "REQUEST.set('a', '\042b\042')"> will work. Dieter
9219
Age (days ago)
9219
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer