x.java, y.html, etc.
EAANILA1_7.zipAssignments dbxmlnml@acm.orgThis weeks assignments may be done individually or in groups of two. If you work in groups, put all names of the participating students on the hand-in email.
lecturenotes. Well, you were supposed to.
If you didn't get around to it yet, I surrender mine
here:
<?xml version="1.0"?>
<notes>
<note>
<subject></subject>
<date></date>
<tags>
<tag></tag>
<tag></tag>
</tags>
<presenter></presenter>
<item>
<content></content>
<tags>
<tag></tag>
<tag></tag>
</tags>
</item>
<item>
<content></content>
<tags>
<tag></tag>
<tag></tag>
</tags>
</item>
</note>
</notes>
lecturenote2
file into an xhtml 1.1 file.
Hand in the xml files, the xsl stylesheet, and the css.