view dtd/article.dtd @ 933:f297382b1d63

GPG is an implementation only, so "PGP key" is a correct name.
author Sergey Budnevitch <sb@waeme.net>
date Tue, 18 Jun 2013 14:21:39 +0400
parents 05761a8e38f6
children
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

<!ELEMENT  article      (section+) >
<!ATTLIST  article
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
           rev          CDATA #IMPLIED
           author       CDATA #IMPLIED
           editor       CDATA #IMPLIED
           translator   CDATA #IMPLIED
           toc          (yes | no) "yes"
>

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