[Zope] dtml/namespace problem

Geir B Hansen geirh@funcom.com
Wed, 8 Dec 1999 09:34:55 +0100


> Geir,
>
> I tried what you said and now I get:
>
> <dtml-var test2>
>
> when I use <dtml-var "input.test1">
>
> and
>
> &amp;lt;dtml-var test2&amp;gt;
>
> if I try to fix it using <dtml-var "input.test1" html_quote> instead!
>
> Well, it got better... but is still far from working as expected
(which is
> to display "Hello!").
>
> Any hint?
>

I tried to reproduce it,  and :
-----------------------------
<dtml-with input>
<dtml-var test1>
</dtml-with>
---------------------
worked as expected..

<dtml-var "input.test1"> did, as you said produce : &lt;dtml-var
test2&gt;
I can not tell you why.. Hopefully someone with a bit of Python
knowledge can tell us .. I don't know much python yet, and as soon as i
start moving within expressions, i cannot predict the results
accurately..

------------------------------------------------
Geir B Hansen
geirh@funcom.com
Web-designer / Graphic artist
Funcom Oslo
http://www.funcom.com
------------------------------------------------