XHTMLTranscoder - README
============================================================

Name:
	XHTMLTranscoder

Version:
	1.0.007

Release date:
	2006-02-03

Author:
	Nicola Asuni 
	
Copyright (c) 2001-2003:
	Tecnick.com S.r.l.
	Via Ugo Foscolo n.19
	09045 Quartu Sant'Elena (CA)
	ITALY
	www.tecnick.com
	
URLs:
	http://xhtmltranscoder.sourceforge.net/
	http://www.tecnick.com

Description:
	HTML to XHTML conversion class.
	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
	- unquoted attributes
	- unminimized attributes
	- unterminated empty tags
	- preserve other languages elements (php, asp, jsp, ...)
	
Source Code Documentation:
	doc/index.html

License
	GNU LESSER GENERAL PUBLIC LICENSE v.2.1
	http://www.gnu.org/copyleft/lesser.html
============================================================