view dtd/i18n.dtd @ 885:ff64337502f4

Updated with Netcraft April 2013 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 04 Apr 2013 14:33:17 +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
>