]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xml/project.xml
Initial commit of the XML/XSLT stuff.
[helm.git] / helm / mowgli / home / xml / project.xml
diff --git a/helm/mowgli/home/xml/project.xml b/helm/mowgli/home/xml/project.xml
new file mode 100644 (file)
index 0000000..348a636
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE project [
+ <!ELEMENT project (full_title,acronym,type,type_acronym,proposal_contract_no,operative_commencement_of_contract)>
+ <!ELEMENT full_title (#PCDATA)>
+ <!ELEMENT acronym (#PCDATA)>
+ <!ELEMENT type (#PCDATA)>
+ <!ELEMENT type_acronym (#PCDATA)>
+ <!ELEMENT proposal_contract_no (#PCDATA)>
+ <!ELEMENT operative_commencement_of_contract (#PCDATA)>
+]>
+
+<project>
+ <full_title>Mathematics On the Web: Get it by Logic and Interfaces</full_title>
+ <acronym>MOWGLI</acronym>
+ <type>Information Society Technologies Programme</type>
+ <type_acronym>IST</type_acronym>
+ <proposal_contract_no>IST-2001-33562 MOWGLI</proposal_contract_no>
+ <operative_commencement_of_contract>???</operative_commencement_of_contract>
+</project>