Re: [Webware-devel] Notes on TAL

2001-06-08 Thread Tom Schwaller
Ian Bicking wrote: > > For ZPT see: > http://dev.zope.org/Wikis/DevSite/Projects/ZPT/FrontPage > For TAL, which is I think the primary part of ZPT: > http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TAL > For a description of the syntax (probably the most interesting part): > http://dev.zope.

Re: [Webware-devel] Notes on TAL

2001-06-08 Thread Chuck Esterbrook
At 01:48 PM 6/8/2001 -0500, Ian Bicking wrote: >It's intelligent about paragraph-level, block-level, >bigger-than-paragraph-level, and maybe some other stuff too. > >I.e., it knows that ends , for instance. I suspected that would be it. I was curious if there was anything else. HTMLTag isn't th

Re: [Webware-devel] Notes on TAL

2001-06-08 Thread Ian Bicking
Chuck Esterbrook <[EMAIL PROTECTED]> wrote: > At 01:26 PM 6/8/2001 -0500, Ian Bicking wrote: > >Anyway, I thought I'd note that it works with HTML (not just XHTML) > >now. This means it also contains a parser for HTML. It looks better > >informed than any parser we have at this point. Even if w

Re: [Webware-devel] Notes on TAL

2001-06-08 Thread Chuck Esterbrook
At 01:26 PM 6/8/2001 -0500, Ian Bicking wrote: >Anyway, I thought I'd note that it works with HTML (not just XHTML) >now. This means it also contains a parser for HTML. It looks better >informed than any parser we have at this point. Even if we just >snagged the general algorithm, and not the c

Re: [Webware-devel] Notes on TAL

2001-06-08 Thread Ian Bicking
For ZPT see: http://dev.zope.org/Wikis/DevSite/Projects/ZPT/FrontPage For TAL, which is I think the primary part of ZPT: http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TAL For a description of the syntax (probably the most interesting part): http://dev.zope.org/Wikis/DevSite/Projects/ZPT/TAL

Re: [Webware-devel] Notes on TAL

2001-06-08 Thread Tavis Rudd
Is there a page somewhere that provides an overview of it? On Friday 08 June 2001 11:26, Ian Bicking wrote: > Just looking through TAL now. Pretty well partitioned > from the rest of Zope, it seems. That's nice. > > Anyway, I thought I'd note that it works with HTML (not > just XHTML) now. Th

[Webware-devel] Notes on TAL

2001-06-08 Thread Ian Bicking
Just looking through TAL now. Pretty well partitioned from the rest of Zope, it seems. That's nice. Anyway, I thought I'd note that it works with HTML (not just XHTML) now. This means it also contains a parser for HTML. It looks better informed than any parser we have at this point. Even if