]> git.p6c8.net - selfforum.git/commitdiff
added config.dtd (to be a reference - XML::Parser doesn't use the DTD files)
authorndparker <>
Tue, 27 Feb 2001 18:53:46 +0000 (18:53 +0000)
committerndparker <>
Tue, 27 Feb 2001 18:53:46 +0000 (18:53 +0000)
selfforum-cgi/user/config/config.dtd [new file with mode: 0644]

diff --git a/selfforum-cgi/user/config/config.dtd b/selfforum-cgi/user/config/config.dtd
new file mode 100644 (file)
index 0000000..7ea146f
--- /dev/null
@@ -0,0 +1,56 @@
+<!--
+Document Type Declaration fuer die Konfiguration der Scripte des SELFHTML-Forums
+Autor:   Andre Malo           ndparker@gmx.net
+         Thomas J. Sebestyen    thomasj.sebestyen@meta-text.net
+
+Version 1.00    02.01.2001
+
+Version 2.00   12.01.2001
+
+Modified: 16.01.2001
+
+-->
+
+<!ENTITY % a.name "name CDATA #REQUIRED">
+
+<!-- .............................................................................. -->
+
+<!ELEMENT      Config         ((Constant | Property)+, Limit*)     >
+
+<!ELEMENT      Constant       (#PCDATA)  >
+<!ATTLIST      Constant
+         %a.name;
+>
+
+<!ELEMENT      Property       (Property*, Variable*, List*)  >
+<!ATTLIST      Property
+         %a.name;
+>
+
+<!ELEMENT      Variable       (#PCDATA)   >
+<!ATTLIST      Variable
+         %a.name;
+>
+
+<!ELEMENT      List           (ListItem)+ >
+<!ATTLIST      List
+         %a.name;
+>
+
+<!ELEMENT      ListItem       (#PCDATA)   >
+
+
+<!ELEMENT      Limit          (Application, (Constant | Property)*)  >
+<!-- *****************************************************************************************************
+      'Limit' beinhaltet eine Reihe Anwesungen, die auf bestimmente Scripte begrenzt sind.
+***************************************************************************************************** -->
+
+<!ELEMENT      Application    (Script)+   >
+<!-- *****************************************************************************************************
+      'Application' beinhaltet die Scripte, fuer die die Angaben gelten werden.
+***************************************************************************************************** -->
+
+<!ELEMENT      Script         (#PCDATA)   >
+<!-- *****************************************************************************************************
+      'Script' beinhaltet den Namen des betroffenen Scripts
+***************************************************************************************************** -->
\ No newline at end of file

patrick-canterino.de