This page is HTML 4.0

It contains a number of classic "failings" in terms of well formed XML, such as
- Tags which aren't closed
- Attributes which have no value

A standard XML parser will complain about but using HTMLSax it can be converted to XHTML 1.0.

Do you like XHTML?