The XHTML Way
The XHTML Way is a nice article in which Vlad Alexander explains the differences between HTML and XHTML, and why separating data from formatting is a good idea.
- Previous post: Office work environment
- Next post: ABC News: All That Glitters
Information, sponsorship, and externals
About the author
Roger Johansson is a Swedish web professional specialising in web standards, accessibility, and usability. More about me and this site.
Latest articles
- Validation statistics from Nikita the Spider Comments off
- An analysis of the sites crawled by the bulk validation tool Nikita the Spider during March 2008.
- Authentic Jobs API and Affiliates program Comments off
- The Authentic Jobs job listing service now has a public API and an affiliate program.
- What does Acid3 mean to you and me? Comments off
- Opera and Apple have announced that their web browsers pass the Acid3 Browser Test, but how will that help web designers and developers?
- Designing Web Navigation (Book review) Comments off
- Learn the fundamentals of navigation design and design better navigation systems for large and small sites as well as for web based applications.
- DOMAssistant bundle for TextMate Comments off
- To save keystrokes and speed up development I have created a DOMAssistant bundle for TextMate.
- First impressions of Internet Explorer 8 Beta 1 Comments off
- My impressions after trying out Internet Explorer 8 Beta 1 for a couple of days.









Comments
I like the article, especially in how it stresses the importance of separating presentation from content. I wouldn't call using the application/xhtml+xml media type a "slight change" though, because this has quite some presuppositions (well-formed code, encoding issues etc.) as I refered to in my article The Myth of XHTML
Yeah, you have to be confident that everything is valid when you start using
application/xhtml+xml. I'm actually doing that for a client site. The site uses our own CMS, where I have complete control of the XHTML produced. The CMS also uses XStandard, the standards-based WYSIWYG editor that Vlad mentions in the article. So far we haven't seen any invalid code come out of it.Sorry, comments are closed for this post.