goba            Wed Dec 19 10:48:59 2001 EDT

  Modified files:              
    /phpdoc     translation.dtd 
  Log:
  No more rules for attrbibute order. Two new attributes requested,
  date and revision for xml files. The supporting program is coming,
  though anybody can use those attributes, without hurting the output
  at any rate :)
  
  
Index: phpdoc/translation.dtd
diff -u phpdoc/translation.dtd:1.1 phpdoc/translation.dtd:1.2
--- phpdoc/translation.dtd:1.1  Sat Dec 15 09:08:45 2001
+++ phpdoc/translation.dtd      Wed Dec 19 10:48:57 2001
@@ -1,12 +1,9 @@
 <!--
   This is a DTD file for the translator information files.
-  This file is not necesserily used by the XML parser
-  of those files, mainly provided for informational
-  purposes. See the PHP Documentation Howto for more
-  information about this format.
-  
-  Note that with the current processor program, the
-  order of attributes are fixed in the order defined here. 
+  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].
 -->
 
 <!ELEMENT translation (intro,translators,work-in-progress) >
@@ -34,7 +31,9 @@
 <!ELEMENT file EMPTY >
 <!-- filename with path, translator nickname, type of work -->
 <!ATTLIST file
-    name   CDATA    #REQUIRED
-    person IDREF    #REQUIRED
-    type   CDATA    #REQUIRED
+    name     CDATA    #REQUIRED
+    person   IDREF    #REQUIRED
+    type     CDATA    #REQUIRED
+    date     CDATA
+    revision CDATA
 >


Reply via email to