view dtd/i18n.dtd @ 165:c14df688e927

nginx-1.0.9
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Nov 2011 14:55:55 +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
>