view dtd/i18n.dtd @ 85:4466f08eb625

Russian module list changed.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 Oct 2011 11:53:46 +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
>