view dtd/i18n.dtd @ 774:8ff309263cb9

Corrected syntax of "dav_methods" directive and updated module description.
author Vladimir Homutov <vl@nginx.com>
date Fri, 23 Nov 2012 07:48:18 +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
>