Revision history for Perl extension XML::Handler::Dtd2Html.

0.21  Mon Oct  7 12:30:00 2002
	- better Expat patch
	- add -d option : generate a clean DTD
	- add @@TAG : force href generation

0.20  Fri Sep 27 18:30:00 2002
	- now use XML::SAX::Expat (SAX 2.0), remove use XML::PerlSAX
	- add -H option : disable href generation in doc comment
	- add special tag @BRIEF

0.14  Mon Sep 16 08:30:00 2002
	- add tag in XML comment, special tag @INCLUDE
	- add -x option : include example files
	- add targets in sample/makefile

0.13  Thu Sep  5 20:30:00 2002
	- suppress patch check
	- bug in book mode : swap between children and parents
	- add -s option : generate an external CSS file
	- deals with not case sensitive file system (like Windows)

0.12  Tue Sep  3 19:30:00 2002
	- rename dtd2html to dtd2html.pl
	- option -M don't work with attribute's comment
	- check the extension .dtd
	- check PerlSAX patch
	- bug with frame mode and output in subdirectory
	- add -b option : generation mode "Book"

0.11  Wed Aug 14 18:30:00 2002
	- add a sample
	- add options : frame mode, comment filter, ...
	- generate XHTML Strict

0.10  Thu Jul 11 19:30:00 2002
	- first release

0.01  Mon Jun 24 14:50:50 2002
	- original version; created by h2xs 1.20 with options
		-XA -n XML::Handler::Dtd2Html