DTMLDocument content - "html quoted" or not
I have ZClass (called Artykul) which subclasses DTMLDocument. This class has a method, used to view document, which appends some special stuff to document's content. For some reasons I don't want to put this stuff directly into document's data. In mentioned method, to render document, I wrote: <dtml-var this> But this outputs html quoted text (so I see HTML and DTML tags in browser, instead of formatting and variables). When I render this object from another methods (external to this class), everything works as usual. Is this a bug or feature ? :) _____________________________________________ Aleksander Salwa, ololo@zeus.polsl.gliwice.pl An applicant for Zopista
Aleksander Salwa schrieb am Fre, 07 Jul 2000: <...>
In mentioned method, to render document, I wrote:
<dtml-var this>
But this outputs html quoted text (so I see HTML and DTML tags in browser, instead of formatting and variables). Hmm, looks like a problem I had a few days ago. Maybe
<dtml-var "this.(_.None,_)"> helps (untried ;-) -- Michael Gutmann M.A. gutmann@uni-duesseldorf.de Universitaetsrechenzentrum Heinrich-Heine-Universitaet Duesseldorf
participants (2)
-
Aleksander Salwa -
Michael Gutmann