A simple XML event calendar


<?xml version="1.0" encoding="iso-8859-1"?>
<calendar xmlns="http://www.w3.org/2000/09/calendar/alpha1"
xmlns:xlink="http://www.w3.org/1999/xlink">
<event date="20001006"
xlink:href="http://www.w3.org/WAI/AU/meetings/f2foct00">

<name>AU Meeting</name>
<type>http://example.org/wgf2f</type>
<desc>AU working group face to face meeting.</desc>
</event>
<event date="20010501" xlink:href="http://www10.org">
<name>WWW 10 - the Tenth World Wide Web Conference</name>
<type>http://example.org/conf</type>
<desc>The major annual world wide web conference</desc>
</event>
</calendar>