goba            Tue Apr 16 13:44:34 2002 EDT

  Modified files:              
    /phpdoc/dtds        translation.dtd 
  Log:
  New additions to translation.xml DTD
  
  
Index: phpdoc/dtds/translation.dtd
diff -u phpdoc/dtds/translation.dtd:1.1 phpdoc/dtds/translation.dtd:1.2
--- phpdoc/dtds/translation.dtd:1.1     Sun Jan  6 10:42:28 2002
+++ phpdoc/dtds/translation.dtd Tue Apr 16 13:44:33 2002
@@ -3,25 +3,35 @@
   This file is not used by the XML parser of those files,
   mainly provided for informational purposes. See the
   PHP Documentation Howto for more information about
-  this format [soon - now this is not covered there].
+  this format.
+  
+  Generally HTML code is allowed in intro and chmindex tags.
+  The parser used to parse the translation.xml files will not
+  use this DTD.
 -->
 
-<!ELEMENT translation (intro,translators,work-in-progress) >
+<!ELEMENT translation (intro,chmindex?,translators,work-in-progress) >
 
 <!-- General, one paragraph info about translation -->
-<!ELEMENT intro (#PCDATA) >
+<!ELEMENT intro (#PCDATA)>
+
+<!-- File generation date, and download link for CHM files -->
+<!ELEMENT chmindex (#PCDATA | datetime)* >
+<!ELEMENT datetime EMPTY >
 
 <!-- Translators list -->
 <!ELEMENT translators (person)+ >
 
 <!-- A person from the team -->
 <!ELEMENT person EMPTY >
-<!-- Real name,  email address, nickname, nick is a cvs user name -->
+<!-- Real name,  email address, nickname,
+     nick is a cvs user name, and person is an editor -->
 <!ATTLIST person
-    name  CDATA    #REQUIRED
-    email CDATA    #REQUIRED
-    nick  ID       #REQUIRED
-    cvs   (no|yes) "no"
+    name   CDATA    #REQUIRED
+    email  CDATA    #REQUIRED
+    nick   ID       #REQUIRED
+    cvs    (no|yes) "no"
+    editor (no|yes) "no"
 >
 
 <!-- Files under translation/updates -->


Reply via email to