]> matita.cs.unibo.it Git - helm.git/blob - helm/mowgli/home/xml/project.xml
Initial commit of the XML/XSLT stuff.
[helm.git] / helm / mowgli / home / xml / project.xml
1 <?xml version="1.0"?>
2
3 <!DOCTYPE project [
4  <!ELEMENT project (full_title,acronym,type,type_acronym,proposal_contract_no,operative_commencement_of_contract)>
5  <!ELEMENT full_title (#PCDATA)>
6  <!ELEMENT acronym (#PCDATA)>
7  <!ELEMENT type (#PCDATA)>
8  <!ELEMENT type_acronym (#PCDATA)>
9  <!ELEMENT proposal_contract_no (#PCDATA)>
10  <!ELEMENT operative_commencement_of_contract (#PCDATA)>
11 ]>
12
13 <project>
14  <full_title>Mathematics On the Web: Get it by Logic and Interfaces</full_title>
15  <acronym>MOWGLI</acronym>
16  <type>Information Society Technologies Programme</type>
17  <type_acronym>IST</type_acronym>
18  <proposal_contract_no>IST-2001-33562 MOWGLI</proposal_contract_no>
19  <operative_commencement_of_contract>???</operative_commencement_of_contract>
20 </project>