7 Oct
1999
7 Oct
'99
6:04 p.m.
At 01:27 PM 10/7/99 -0400, Michel Pelletier wrote:
Is it possible to use;
<dtml-var name="something" html_quote="">
instead?
Sure. Although I would suggest html_quote=1 looks more 'pythonic'. setting it to an empty string makes it looks like you are setting it to a python false value.
-Michel
Don't forget about the full syntax: <dtml-var name="something" fmt="html_quote"> Regards, David P.S. Is there any work being done or time frame for the XML compliant DTML syntax to be added?