On Mon, 2004-03-15 at 13:53, Myk Melez wrote: > But maybe all this doesn't matter. Maybe validators do well enough > with non-document snippets of HTML and the drawbacks to making > everyone know TT are outweighed by the benefit of doing things the TT > way (or there's a better way that resolves this conflict). Thoughts?
It's the same story with any templating system: you can reduce duplication, but then your source files are no longer just HTML. In practice, this is better than the alternative, which is massive duplication and manual labor. You can still run a validator on your generated HTML, just not on your source templates. - Perrin _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
