view dtd/i18n.dtd @ 426:1d6dc85ed324

Specifying "ignore_invalid_headers" or "underscores_in_headers" on the server level in a default server affects all virtual servers listening on the same address:port.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 27 Feb 2012 10:36:08 +0000
parents 2bf4cd2787c5
children be54c443235a
line wrap: on
line source

<!ELEMENT  i18n         (text+) >

<!ELEMENT  text         (item+) >
<!ATTLIST  text
           lang         CDATA #REQUIRED
>

<!ELEMENT  item         (#PCDATA) >
<!ATTLIST  item
           id           CDATA #REQUIRED
>