]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/user/config/fo_view.dtd
Added DTD for fo_view.xml configuration file.
[selfforum.git] / selfforum-cgi / user / config / fo_view.dtd
diff --git a/selfforum-cgi/user/config/fo_view.dtd b/selfforum-cgi/user/config/fo_view.dtd
new file mode 100644 (file)
index 0000000..b0fcd3f
--- /dev/null
@@ -0,0 +1,21 @@
+<!-- ***************************************************************************
+*                                                                              *
+* File:         fo_view.dtd                                                    *
+*                                                                              *
+* Authors:      Frank Schoenmann <fs@tower.de>, 2001-05-20                     *
+*                                                                              *
+* Description:  n/a                                                            *
+*                                                                              *
+**************************************************************************** -->
+
+<!ELEMENT   Config          (Property)>
+
+<!ELEMENT   Property        (Variable | Property)*>
+<!ATTLIST   Property
+    name                    CDATA       #REQUIRED
+>
+
+<!ELEMENT   Variable        (#PCDATA)>
+<!ATTLIST   Variable
+    name                    CDATA       #REQUIRED
+>

patrick-canterino.de