view dtd/i18n.dtd @ 528:85bbe7a5f393

Updated with Netcraft June 2012 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 06 Jun 2012 12:54:23 +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
>