view dtd/article.dtd @ 146:356bcdeb008f

* Fixed incorrect file permissions on file creation with an external shell wrapper. * Reverted r140.
author Sergey Budnevitch <sb@waeme.net>
date Tue, 25 Oct 2011 12:45:16 +0000
parents 7db449e89e92
children be54c443235a
line wrap: on
line source

<!ELEMENT  article      (section+) >
<!ATTLIST  article
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
           author       CDATA #IMPLIED
           editor       CDATA #IMPLIED
           translator   CDATA #IMPLIED
>

<!ENTITY % content      SYSTEM  "content.dtd" >
          %content;