Quotes in DTML (Python) expressions (was: [Zope] HTML-Code in variables (addition)) (was: [Zope] HTML-Code in variables (addition))
7 Oct
2000
7 Oct
'00
12:08 p.m.
Lars Heber writes:
<dtml-let text="my html text with a link to <a href="http://www.yahoo.com">Yahoo!</a>"> <dtml-let text="'my html text with a link to <a href=\x22http://www.yahoo.com\x22>Yahoo!</a>'">
I.e. you use Python's hexadecimal (or octal) quoting for '"' (\x22) inside the Python string. Dieter
9312
Age (days ago)
9312
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer