Re: [Zope] DTMLDocument content - html quoted or not

2000-07-11 Thread Dieter Maurer
Michael Gutmann writes: 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

RE: [Zope] DTMLDocument content - html quoted or not

2000-07-11 Thread Ron Bickers
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dieter Maurer Sent: Tuesday, July 11, 2000 6:54 PM To: [EMAIL PROTECTED] Subject: Re: [Zope] DTMLDocument content - "html quoted" or not Michael Gutmann writes: Aleksander Salwa schr

Re: [Zope] DTMLDocument content - html quoted or not

2000-07-10 Thread Michael Gutmann
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

[Zope] DTMLDocument content - html quoted or not

2000-07-07 Thread Aleksander Salwa
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: