2009/10/3 Iain Duncan <iaindun...@telus.net>:
> Hey folks ( or rather Malte! ), wondering whether there are plans to
> include full match template support in chameleon.genshi? Is such a thing
> possible while still retaining speed?

It is possible; I've previously outlined an idea for an
implementation. It's not easy though as it would require us to
implement XPath selection both in the compilation phase and in the
rendering phase. To maintain speed, we'd need it to be quite clever.

> Are there other decent ways of doing template inheritance using
> chameleon.genshi that remove the need for it?

There are macros and includes. Do you mean an OWrap-like mechanism? I
am not sure actually (I'm a ZPT user).

\malthe
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to