view dtd/i18n.dtd @ 1538:d853dba6f00f

Updated with Netcraft July 2015 Web Server Survey stats.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 23 Jul 2015 13:30:59 +0300
parents 649420cb8021
children
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         ANY>
<!ATTLIST  item
           id           CDATA #REQUIRED
>

<!ELEMENT  origin       (#PCDATA) >