view dtd/i18n.dtd @ 635:07f009b59a28

Corrected the description of "so_keepalive off".
author Ruslan Ermilov <ru@nginx.com>
date Wed, 15 Aug 2012 11:20:21 +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
>