[Zope] cooked body??

2006-05-10 Thread David Bear
I'm attempting to use a zpt to read/render an html file. Just using something like 

div tal:content=here/htmlfolder/file.html stufff /div

puts the 'escaped' contents of the file.html in the div section. I seem
to remember something about cooked body or uncooked to get the
non-rendered contents of the html file.

any pointers?-- David BearWhat's the difference between private knowledge and public knowledge?
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] cooked body??

2006-05-10 Thread David H

David Bear wrote:

I'm attempting to use a zpt to read/render an html file. Just using 
something like


div tal:content=here/htmlfolder/file.html stufff /div

puts the 'escaped' contents of the file.html in the div section. I 
seem to remember something about cooked body or uncooked to get the 
non-rendered contents of the html file.


any pointers?

--
David Bear
What's the difference between private knowledge and public knowledge?


David,

Maybe tal:content=structure here/htmlfolder/file.html ?  I use the 
structure key word to include things like CSS, and (python) 
dynamically generated JavaScript - maybe it will work fo you in this case.


David H






___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )