view dtd/i18n.dtd @ 163:e636bceb6ed2

nginx-1.1.7
author Igor Sysoev <igor@sysoev.ru>
date Mon, 31 Oct 2011 14:54:29 +0000
parents 2bf4cd2787c5
children be54c443235a
line wrap: on
line source

<!ELEMENT  i18n         (text+) >

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

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