[Zope] truncations in form input due to quotes problem
J Cameron Cooper
jccooper@jcameroncooper.com
Wed, 05 Feb 2003 20:24:57 -0600
>
>
>I've been using the &dtml.missing-xyz; format which I thought was
>html_quote-ed.
>
Considering its intended use, it probably should be.
>But maybe not, because it appears to fix it..
>I wonder if perhaps it might have been something else..
>
>I'll need to bang on it a
>bit more..
>
>*Thank you!*
>
>
Maybe I can save you a little time: dtml entity syntax doesn't
html-quote unless you do something like
&dtml.html_quote-someVar;
unless I'm quite mistaken. Hmm...
http://www.zope.org/Members/AlexR/EntitySyntax
looks like a good reference for that.
--jcc
(*you're welcome*)