view dtd/article.dtd @ 336:a84fb64b1b45

missed quotes around link added separate paragraph for key importing created link tag fixed
author Sergey Budnevitch <sb@waeme.net>
date Fri, 20 Jan 2012 11:37:38 +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;