Re: [Webware-devel] TAL component of ZPT in WebKit (new version)

2001-06-08 Thread Tom Schwaller
Donovan Preston wrote: > my liking. So I took it upon myself to see if I could get the TAL (Tag > Attribute Language) component of ZPT working with WebKit, and it was > surprisingly easy. Very interesting. I changed your version a little bit, so it only regenerates the page when it is really ch

Re: [Webware-devel] TAL component of ZPT in WebKit

2001-06-08 Thread Donovan Preston
On Thursday, June 7, 2001, at 05:02 PM, Ian Bicking wrote: > Donovan Preston <[EMAIL PROTECTED]> wrote: >> - You can access methods or data members of this page from your TAL >> like >> this: >> Dummydata >> Where getContent is a function on your page object. > > Now, tal has some sort of

[Webware-devel] TAL component of ZPT in WebKit

2001-06-07 Thread Donovan Preston
Hello, webware-devel, My name is Donovan Preston. I have been lurking on the list for a while and have posted occasionally, but I feel now a formal introduction is required. A few months ago I got a job at InterSight working for Paul McGavin, whom some of you may know since he spent quite a bi

Re: [Webware-devel] TAL component of ZPT in WebKit

2001-06-07 Thread Ian Bicking
Donovan Preston <[EMAIL PROTECTED]> wrote: > - You can access methods or data members of this page from your TAL like > this: > Dummydata > Where getContent is a function on your page object. Now, tal has some sort of path syntax, based more closely on Zope internals, right? So are you ju