view dtd/i18n.dtd @ 560:b4e34b473283

A dead link to SunOS patch #118855-14 removed. Anyway, the bug was fixed in Solaris 10 6/06, six years ago and this info is not relevant anymore.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 02 Jul 2012 13:23:16 +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
>