diff dtd/i18n.dtd @ 1010:649420cb8021

Fixed DTDs. The "i18n/text/item" element may contain arbitrary elements, allowed in the DTD of a document that includes i18n.xml. Completed renaming of "development" to "mainline".
author Vladimir Homutov <vl@nginx.com>
date Mon, 11 Nov 2013 11:56:10 +0400
parents be54c443235a
children
line wrap: on
line diff
--- a/dtd/i18n.dtd	Mon Nov 11 11:54:16 2013 +0400
+++ b/dtd/i18n.dtd	Mon Nov 11 11:56:10 2013 +0400
@@ -10,7 +10,9 @@
            lang         CDATA #REQUIRED
 >
 
-<!ELEMENT  item         (#PCDATA) >
+<!ELEMENT  item         ANY>
 <!ATTLIST  item
            id           CDATA #REQUIRED
 >
+
+<!ELEMENT  origin       (#PCDATA) >