dtdanalyzer
Version:
A tool for analyzing and manipulating DTDs
23 lines (18 loc) • 387 B
text/xml
<!--~~ !dtd
... annotation relevant to the DTD as a whole
~~-->
<!--~~ !module
... annotation about this particular module
~~-->
<!--~~ <split>
... describe the <split> element
~~-->
<!--~~ @instrument
... describe the @instrument attribute
~~-->
<!--~~ %adventure;
... describe the "adventure" parameter entity
~~-->
<!--~~ &fleegle;
... describe the "fleegle" general entity
~~-->