view dtd/i18n.dtd @ 2161:64004f50b9dd

Clarified the log_format "escape=none" description.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 18 May 2018 12:15:24 +0300
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) >