ncbi / DtdAnalyzer

Other
34 stars 11 forks source link

Make it possible to specify a few metadata items at the top-level DTD annotation #37

Open Klortho opened 11 years ago

Klortho commented 11 years ago

For example:

<!--~~ !dtd
~~meta
  <title>This is the DTD title.  Specifying it here means you don't need to give the "-t" option.</title>
  <doc-format>markdown</doc-format>
--~~>

The would obviate the need to use the "-m" switch. Valid values right now would be xhtml (the default) or markdown.