[Zope] DTML SOURCE -> HTML SOURCE
nuno
nuno@fccn.pt
Thu, 15 Mar 2001 20:26:11 -0000
Sorry about the lack in the question !
what i meant was, how to do it in python !
I have an external method that goes to a dtml document to parse it
but i need the code in html !
when i try to access the content of a Document i get the dtml code,
is there any way of getting the html code ?
thank you all
Nuno
----- Original Message -----
From: "Casey Duncan" <cduncan@kaivo.com>
To: "nuno" <nuno@fccn.pt>
Cc: <zope@zope.org>
Sent: Thursday, March 15, 2001 8:20 PM
Subject: Re: [Zope] DTML SOURCE -> HTML SOURCE
> nuno wrote:
> >
> > Hi all !
> > Is there anyway to get the html code from an id which has dtml code ??
> >
> > thank you all
> > Nuno
> >
>
> Just call the method/document and stick the result where you want it.
> Calling the object renders the DTML into HTML.
>
> --
> | Casey Duncan
> | Kaivo, Inc.
> | cduncan@kaivo.com
> `------------------>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>