view dtd/i18n.dtd @ 935:3860b37d56c0

Documented support for multiple "error_log" directives.
author Vladimir Homutov <vl@nginx.com>
date Mon, 24 Jun 2013 12:54:11 +0400
parents be54c443235a
children 649420cb8021
line wrap: on
line source

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

<!ELEMENT  i18n         (text+) >

<!ELEMENT  text         (item+) >
<!ATTLIST  text
           lang         CDATA #REQUIRED
>

<!ELEMENT  item         (#PCDATA) >
<!ATTLIST  item
           id           CDATA #REQUIRED
>