Quote/String problem with DTML
"axooh" <[email protected]>
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear community
How can I write quote characters within a string? There's an example:
<dtml-call "container.append('<img src=___' + image.getHref(REQUEST) +
'___>')">
In the two spaces ___ I want to add the obligated " quote character
for the HTML attributes. Since I already used " (for the call) and '
(for the string element) I can't use them anymore.
In Python and other languages this usually works with a backslash
(\"), but not with DTML.