On Mon, 2005-08-15 at 17:18 -0400, Jonathan Vanasco wrote: > Yeah, I never mentioned that... although it was mostly because I > assumed that most templating languages would provide for that.
It's actually an unusual thing to want. Valid XHTML templates are not guaranteed to look correct in a browser or to generate valid XHTML output. (That would be XSLT.) Also, people who want to support a wide variety of browsers can't use strict XHTML, according to my local web standards expert. - Perrin