view dtd/i18n.dtd @ 1981:082724c57c38

Fixes in cycle section of the development guide. Field descriptions are improved and misspelled literal names are fixed.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 27 Apr 2017 18:11:49 +0300
parents 649420cb8021
children
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         ANY>
<!ATTLIST  item
           id           CDATA #REQUIRED
>

<!ELEMENT  origin       (#PCDATA) >