Outputs an HTML interpretation of the DTD. Comments within the DTD allow for documentation.
<!-- foo: foo-element description
attribute - attribute description
attribute2 - another attribute description
-->
<!ELEMENT foo CHILDREN>
<!ATTLIST foo
attribute TYPE #REQUIRED
attribute2 CDATA #IMPLIED><!-- single-line comments are headers -->
<!-- multi-line comments are put in
html paragraph tags -->
<!--
preformatted text goes in comments
starting on a seprate line
-->
Post anything relating to this to the associated blog entry.