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.
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
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
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
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
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
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