[Zope] Write out "

Tino Wildenhain tino@wildenhain.de
Wed, 23 May 2001 15:05:22 +0200


Hi Gitte,

you schould try to not have to assemble HTML-tags
from dtml. Either use python methods or better use
dtml only as template as it is supposed.

<body bgcolor="color"> schould be substituted by CSS
anyway.

regards
Tino

--On Montag, 21. Mai 2001 15:06 +0200 Gitte Wange <gitte@mmmanager.org> 
wrote:

> Hello,
>
> I need to write out the character "
> How ?
>
> I can't do this:
> <dtml-let string="'<body bgcolor="#000000"'">
>
> I have tried with:
> <dtml-let string="<body bgcolor=\"#000000\"'">
> but that doesn't work either.
>
> How do I do it ?
>
> Gitte
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> 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 )