view dtd/i18n.dtd @ 1235:2bd8ebc50e0f

Added ARM architectures to the list of tested OS and platforms.
author Konstantin Pavlov <thresh@nginx.com>
date Wed, 18 Jun 2014 15:18:22 +0400
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) >