Hands up who agree XHTML 1.0 is the standard for today?
Really Mr Gates? You don't think so?
Internet explorer 5.5 came with a nice feature CONTENTEDITABLE which is easier to implement that it's DHTML counter part I give Microsoft that.
But somewhere, somehow, Microsoft screwed up, by not makeing CONTENTEDITABLE xhtml complient. They decided to obscurly make all the html tags captilized ie <B><P><A><FONT> etc what makes this worse is not putting quotes around atributes ie <P ALIGN=left>.
Ok enough with my frustration, I need some help, I need to make the misguided non (x)html garbage that comes from a CONTENTEDITABLE div into neat and tidy w3c XHTML. Does anyone know of a script that does this?