]> matita.cs.unibo.it Git - helm.git/blob - helm/mowgli/home/xml/news.xml
* A new news
[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|a)*>
9  <!ELEMENT who EMPTY>
10  <!ATTLIST who
11            file CDATA #REQUIRED>
12
13  <!-- Small subset of XHTML -->
14  <!ELEMENT a (#PCDATA)>
15  <!ATTLIST a
16            target CDATA #REQUIRED
17            href CDATA #REQUIRED>
18 ]>
19
20 <news>
21
22   <event>
23     <date>February 26, 2002</date>
24     <description>
25       The site is now available in two versions: with and without
26       frames. Please, try
27       <a href="http://mowgli.cs.unibo.it/html_no_frames" target="_top">the one
28       without frames</a> and give us some feedback.
29     </description>
30     <who file="bologna/sacerdoti"/>
31   </event>
32       
33   <event>
34     <date>February 22, 2002</date>
35     <description>
36       The MOWGLI Kick-Off is approaching. Find out more
37       informations under MOWGLI Events.
38     </description>
39     <who file="bologna/sacerdoti"/>
40   </event>
41       
42   <event>
43     <date>February 22, 2002</date>
44     <description>
45       MOWGLI Web Site announced. MKM03 added to events.
46     </description>
47     <who file="bologna/sacerdoti"/>
48   </event>
49       
50   <event>
51     <date>February 14, 2002</date>
52     <header>Valentine's Day</header>
53     <description>
54       New fancy colours, improved layout, especially for I.E. (bleah), main page
55       generated automatically.
56     </description>
57     <who file="bologna/padovani"/>
58   </event>
59   
60   <event>
61     <date>February 12, 2002</date>
62     <description>
63       Site moved into CVS. XSLT stylesheets are used to generate
64       HTML pages from XML sources.
65     </description>
66     <who file="bologna/sacerdoti"/>
67   </event>
68   
69   <event>
70     <date>January 19, 2002</date>
71     <description>
72       First Web pages created.
73     </description>
74     <who file="bologna/padovani"/>
75   </event>
76   
77 </news>
78