view dtd/news.dtd @ 1216:053c7860f0b6

Design: equalize padding and margin for all blockquotes. There are also tables wrapped into blockquotes without a class.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 05 Jun 2014 19:53:20 +0400
parents be54c443235a
children
line wrap: on
line source

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

<!ELEMENT  news         (event+) >
<!ATTLIST  news
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
>

<!ELEMENT  event        (para+) >
<!ATTLIST  event
           date         CDATA #REQUIRED
>

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