Kevin Dangoor <[EMAIL PROTECTED]> writes: > On 12/29/05, Jeff Watkins <[EMAIL PROTECTED]> wrote: > > Again, I don't usually get involved in arguments like this because I simply > > don't use the templates (my pages are static HTML with Ajax calls), but one > > of my initial complaints with Kid is that it *changes* my code. > > > > If I write in XHTML, I expect it to *stay* XHTML not be translated into HTML > > 4.0. > > To me, it's an important feature that I can author in a reliable, > parsable format like XHTML and get browser-friendly HTML 4.0 on the > output.
Anyway, defining kid.outputformat="xhtml-strict" will make Strict XHTML. Removing the strict will give you transitional XHTML. -- Jorge Godoy <[EMAIL PROTECTED]>

