On Oct 17, 2005, at 3:02 PM, Art wrote:
Is there a way to make KID accept regular HTML and to be so uptight on proper XML. I have a bunch of older HTML pages that I'm trying to use in Subway but making it all XML compliant is a major pain.
No.
Or maybe going with cheetah would be easier or will it defeat the wholegoal ?
Run it through a utility that converts HTML to XHTML, e.g. tidy <http://tidy.sourceforge.net>. Your templates will be better for it.
-bob

