Man, this is getting fun to watch..er..read. To accept or reject invalid markup; that is the question.

On of the nice things about having your site built upon an XML foundation (AxKit, XML, XSLT) is that I can’t get away with missing or bogus tags as easilt as just writing XHTML in Textpad. But one thing’s for sure, I’m all about being the W3C validator purist.

Is broken XML or XHTML, or even HTML4 really XML/XHTML/HTML4? No! So why be forgiving and read it, or try to. If a program says it can accept a test file, and you give it a PNG, should it try and render it anyways? Nope. That’s why we’re in the mess we are in now with IE, and all the other browser “Quirks” mode rendering. Don’t bother calling it HTML if it isn’t. Same goes for XML. IT either is or it isn’t.



My response elsewhere:

The whole reason we have XHTML is that it was impossible to parse/reuse HTML docs consistantly because they were unpredictable in structure due to every syntaz mistake under the sun being tolerated.

Now, if Atom, and RSS are indeed XML, then in no way shape or form should they be tolerated in any other form; i.e. non-validating XML. If they are, then we just lost the best feature of XML, and to some extent, XML as a standard: predictable parsibility.

Put on the flame suit boyz, it’s gonna be a long one.

See more posts about: www | All Categories