Re: [Zope3-Users] External content with ZPT

2007-02-26 Thread Marius Gedminas
On Mon, Feb 26, 2007 at 01:08:17PM -0500, Sam Young wrote: > Is there a simple way to use ZPT to include external content? Assuming that your ZPT is a template used for a view, where your view class has a method called 'whatever' that reads/downloads/acquires by whatever means necessary the e

Re: [Zope3-Users] External content with ZPT

2007-02-26 Thread Maciej Wisniowski
> Is there a simple way to use ZPT to include external content? > Something that resembles Apache SSI--I was hoping there is something > along the lines of tal:include="addr" but it does not appear to be > quite this easy. The content in question is a script that I'd rather > not rewrite. The 'scr

[Zope3-Users] External content with ZPT

2007-02-26 Thread Sam Young
Hello, Is there a simple way to use ZPT to include external content? Something that resembles Apache SSI--I was hoping there is something along the lines of tal:include="addr" but it does not appear to be quite this easy. The content in question is a script that I'd rather not rewrite. Search ha