[Zope] Write out "

Eric Balasbas ebalasba@bway.net
Mon, 21 May 2001 11:33:25 -0400 (EDT)


Assuming DTML follows the same rules for strings as Python, the following
should work:

<dtml-let string="<body bgcolor=\"#000000\"">

This should also work:
<dtml-let string='<body bgcolor="#000000"'>

Eric Balasbas
Senior Developer
eric@virtosi.com

http://www.virtosi.com/
Virtosi Ltd.
Design -- Branding -- Zope


On Mon, 21 May 2001, Gitte Wange 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 )
>