Riku Voipio writes:
> I'm trying to get some doubleqoutes to the final document,
> but I've been unsuccesful so far:
In a Python expression, you can use "chr(34)" to add a quote,
e.g.
<dtml-let quote="chr(34)">
....
</dtml-let>
Dieter
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )