[Zope] HTML-Code in variables (addition)

Lars Heber lheber@debis.com
Fri, 06 Oct 2000 18:46:56 +0200


Sorry, I mixed something up. Normal html is no problem at all.
The problem is how to use quotes or such things.

Of course I get an error by typing:

<dtml-let text="my html text with a link to <a
href="http://www.yahoo.com">Yahoo!</a>">

I tried typing &quot; instead of ", but then the "&quot;" also goes into
the html code on my page - thus the link is broken...

Are there any possibilities to let Zope change the &quot; into ", or
perhaps there is another way to do it like with the \" in C.

Thanks to you all!

Lars