[Zope] I want to use html_quote as a function

Soren Roug soren@roug.org
Mon, 16 Oct 2000 11:39:39 +0200


Hi,

I can render text that potentially has html in it safely with

<dtml-var description html_quote>

but what if I want to assign the quoted result to another variable.

I tried

<dtml-call "REQUEST.set('htmldesc',html_quote(REQUEST['description']))">

It didn't work. How do I solve this problem?

Sincerely yours,

Soren Roug