view dtd/i18n.dtd @ 104:3ae68fe2e938

A nicer look for the directive's synopsis section, including i18n for "syntax", "default", "context", and "any (context)" strings.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 08:29:21 +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
>