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%20Specification%201.2
To look at the HTML Parser, download:
  http://www.zope.org/Members/4am/ZPT/TAL-1.2.1.tar.gz
And look in TAL/HTMLTALParser.py

Tavis Rudd <[EMAIL PROTECTED]> wrote:
> 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.  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 code, it would be a step up.
> >
> >   Ian
> >
> > _______________________________________________
> > Webware-devel mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/webware-devel
> 

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to