view dtd/i18n.dtd @ 898:c0359977e2b6

Updated with Netcraft May 2013 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 04 May 2013 23:04:53 +0400
parents be54c443235a
children 649420cb8021
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         (#PCDATA) >
<!ATTLIST  item
           id           CDATA #REQUIRED
>