<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="http://www.daimi.au.dk/~pede/xml/xsl/schedule.xsl"?>


<schedule>

  <event>
    <name>Meeting with Martin</name>
    <day>Mon</day>
    <time>11</time>
    <duration>2</duration>
    <location>Office</location>
  </event>

  <event>
    <name>Meeting with Alain</name>
    <day>Tue</day>
    <time>13</time>
    <duration>1</duration>
    <location>Office</location>
  </event>

  <event>
    <name>Quantum computation meeting</name>
    <day>Thu</day>
    <time>11</time>
    <duration>1</duration>
    <location>Lab</location>
  </event>

  
</schedule>

