dionidium.com

Wayne Burkett's Weblog | Home

de-xhtml: XHTML-to-HTML Transformations
09:30PM CST March 30, 2004

de-xhtml is an XHTML-to-HTML XSLT tool by Joseph Walton. Three things to consider:

  1. Documents stored as XHTML are easier to process than HTML.
  2. Documents stored as XHTML are more future-proof than HTML.
  3. Documents stored as XHTML are a pain in the ass to serve properly (due to lack of browser support, natch), but serving these documents as text/html is largely useless.

Joseph's tool helps you realize the benefits of points one and two without the hassle of point three.

More info on Joseph's site.