| That is one of the silliest things I've ever heard. Kid can do work for you (working around browser bugs by using a specific serialization). The HTML4 serialization is likely also valid XML, and the template must've been valid XML, so I don't see any real justification other than "w3 standards [EMAIL PROTECTED]".
If you're doing XML, it makes sense to use XML, but there's no good reason to use XHTML over HTML4 any time soon.
-bob On Oct 3, 2005, at 7:05 AM, Jeff Watkins wrote: There are so many bugs in IE that we have to work around, what's one more? I'd much rather write good markup that can be validated and later manipulated as part of an XML pipeline. That's why I'm happy I can specify the Kid serialiser as xhtml-strict.
On 2 Oct, 2005, at 11:59 pm, Bob Ippolito wrote: All versions of IE that I've used can't handle a <script src=""/> tag, which is semantically equivalent (in XML-based markup) to <script src=""></script>. For example, the markup in the wiki tutorial uses this syntax, and would not work correctly in IE if not using the HTML4 serialization.
|