XHTMLTranscoder is an open-source PHP 5 class that quickly converts broken HTML code to well-formed XHTML.
XHTMLTranscoder is a fast transcoder useful to convert HTML code in real-time.
This class do not check headers, it checks only the general rules for tags, attributes and nesting:
tags (elements) names in lowercase
attributes names in lowercase
elements nesting
elements termination.