view dtd/i18n.dtd @ 915:893d36b6d013

Updated list of supported linux distributions.
author Sergey Budnevitch <sb@waeme.net>
date Mon, 27 May 2013 19:45:45 +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
>