]> matita.cs.unibo.it Git - helm.git/blob - helm/mowgli/home/xml/news.xml
* "Older news" link added to the first page.
[helm.git] / helm / mowgli / home / xml / news.xml
1 <?xml version="1.0"?>
2
3 <!DOCTYPE news [
4  <!ELEMENT news (event*)>
5  <!ELEMENT event (date,header?,description,who?)>
6  <!ELEMENT date (#PCDATA)>
7  <!ELEMENT header (#PCDATA)>
8  <!ELEMENT description (#PCDATA)>
9  <!ELEMENT who EMPTY>
10  <!ATTLIST who
11            file CDATA #REQUIRED>
12 ]>
13
14 <news>
15
16   <event>
17     <date>February 22, 2002</date>
18     <description>
19       MOWGLI Web Site announced. MKM03 added to events.
20     </description>
21     <who file="bologna/sacerdoti"/>
22   </event>
23       
24   <event>
25     <date>February 15, 2002</date>
26     <description>
27       Andrea complains about new colours ;-) Event section is coming along.
28     </description>
29     <who file="bologna/padovani"/>
30   </event>
31       
32   <event>
33     <date>February 14, 2002</date>
34     <header>Valentine's Day</header>
35     <description>
36       New fancy colours, improved layout, especially for I.E. (bleah), main page
37       generated automatically.
38     </description>
39     <who file="bologna/padovani"/>
40   </event>
41   
42   <event>
43     <date>February 12, 2002</date>
44     <description>
45       Site moved into CVS. XSLT stylesheets are used to generate
46       HTML pages from XML sources.
47     </description>
48     <who file="bologna/sacerdoti"/>
49   </event>
50   
51   <event>
52     <date>January 19, 2002</date>
53     <description>
54       First Web pages created.
55     </description>
56     <who file="bologna/padovani"/>
57   </event>
58   
59 </news>
60