]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xml/publications/others/publication.dtd
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / mowgli / home / xml / publications / others / publication.dtd
diff --git a/helm/mowgli/home/xml/publications/others/publication.dtd b/helm/mowgli/home/xml/publications/others/publication.dtd
deleted file mode 100644 (file)
index 87efc81..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-
-<!ELEMENT publication (title,author*,where,html?)>
-<!ELEMENT title (#PCDATA)>
-
-<!-- name,surname must be provided iff the "file" attribute is not provided -->
-<!ELEMENT author (name,surname)?>
-<!ATTLIST author
-          file CDATA #IMPLIED>
-
-<!ELEMENT where (#PCDATA)>
-<!ELEMENT name (#PCDATA)>
-<!ELEMENT surname (#PCDATA)>
-
-<!ELEMENT html EMPTY>
-<!ATTLIST html
-          file CDATA #REQUIRED>