people-list.html
latest-news.xml
approaching-deadlines.xml
-contribution.html
\ No newline at end of file
+contribution.html
+innovation.html
\ No newline at end of file
project-objectives.html \
project-summary.html \
contribution.html \
+ innovation.html \
consortium.html \
project.html \
news.html \
publications/others/tcs2001_og.html \
publications/others/tphols2000_gwz.html \
publications/others/tphols2001_apss.html \
+ publications/others/w3c_bl98.html \
+ publications/others/cup_hp91.html \
+ publications/others/cup_hp93.html \
+ publications/others/cc.html \
work-packages/index.html \
work-packages/distribution.html \
work-packages/information-dissemination-and-exploitation.html \
$(XHTMLCONTENT)
sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -
+innovation.html: $(XMLROOT)/innovation.xml \
+ $(XHTMLCONTENT)
+ sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -
+
mowgli-events/kick-off.html: $(XMLROOT)/mowgli-events/kick-off.xml \
$(XHTMLCONTENT)
sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -
tcs2001_og.html
tphols2000_gwz.html
tphols2001_apss.html
+cc.html
+cup_hp91.html
+cup_hp93.html
+w3c_bl98.html
\ No newline at end of file
<li><a href="project-objectives.html">Objectives</a></li>
<li><a href="project-management.html">Management</a></li>
<li><a href="contribution.html">Contribution</a></li>
+ <li><a href="innovation.html">Innovation</a></li>
</ul>
</td>
<entry file="jep_ws"/>
<entry file="mscs_gb"/>
<entry file="tphols2001_apss"/>
+ <entry file="w3c_bl98"/>
+ <entry file="cup_hp91"/>
+ <entry file="cup_hp93"/>
+ <entry file="cc"/>
</related>
</publications>
--- /dev/null
+<?xml version="1.0"?>
+
+<!DOCTYPE publication SYSTEM "publication.dtd">
+
+<publication>
+ <title>Common Criteria for Information Technology Security Evaluation</title>
+ <where>Part 1, 2, 3, Version 2.1. CCIMB-99-031, August 1999</where>
+</publication>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0"?>
+
+<!DOCTYPE publication SYSTEM "publication.dtd">
+
+<publication>
+ <title>Logical Frameworks</title>
+ <author>
+ <name>G.</name>
+ <surname>Huet</surname>
+ </author>
+ <author>
+ <name>G.</name>
+ <surname>Plotkin</surname>
+ </author>
+ <where>Cambridge University Press, 1991</where>
+</publication>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0"?>
+
+<!DOCTYPE publication SYSTEM "publication.dtd">
+
+<publication>
+ <title>Logical Environments</title>
+ <author>
+ <name>G.</name>
+ <surname>Huet</surname>
+ </author>
+ <author>
+ <name>G.</name>
+ <surname>Plotkin</surname>
+ </author>
+ <where>Cambridge University Press, 1993</where>
+</publication>
\ No newline at end of file
<?xml version="1.0" encoding="iso-8859-1"?>
-<!ELEMENT publication (title,author+,where)>
+<!ELEMENT publication (title,author*,where)>
<!ELEMENT title (#PCDATA)>
<!-- name,surname must be provided iff the "file" attribute is not provided -->
--- /dev/null
+<?xml version="1.0"?>
+
+<!DOCTYPE publication SYSTEM "publication.dtd">
+
+<publication>
+ <title>The Semantic Web</title>
+ <author>
+ <name>Tim</name>
+ <surname>Berners-Lee</surname>
+ </author>
+ <where>W3C Architecture Note, 1998</where>
+</publication>
\ No newline at end of file