Partial and missing DTDs, cont’d
XML makes empty elements self-identifying
For non-validation processing purposes, include only the other declarations you care about
<!ATTLIST p status CDATA "normal">
In XML, unlike in SGML, you can “normalize” the instance to remove need for any DTD at all
Now…what about DTDless authoring?