view dtd/i18n.dtd @ 598:1902d38f0b05

"editor" and "translator" in articles are now output regardless of "author" presence. Modules can now have "translator" as well.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Jul 2012 09:05:10 +0000
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
>