<?xml version="1.0" encoding="ISO-8859-1" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:include href="http://www.daimi.au.dk/~pede/xml/xsl/table.xsl"/>

<xsl:variable name="page-head">
   <TITLE>Schedule</TITLE>
</xsl:variable>

<xsl:variable name="pre-table">
</xsl:variable>

<xsl:variable name="post-table">
</xsl:variable>

<xsl:attribute-set name="table">
   <xsl:attribute name="border">1</xsl:attribute>
   <xsl:attribute name="cellpadding">2</xsl:attribute>
   <xsl:attribute name="cellspacing">1</xsl:attribute>
</xsl:attribute-set>

<xsl:attribute-set name="col-head-attributes">
   <xsl:attribute name="width">75</xsl:attribute>
   <xsl:attribute name="align">center</xsl:attribute>
</xsl:attribute-set>

<xsl:attribute-set name="row-head-attributes">
</xsl:attribute-set>

<xsl:attribute-set name="empty-cell-attributes">
</xsl:attribute-set>

<xsl:attribute-set name="full-cell-attributes">
</xsl:attribute-set>

</xsl:stylesheet>

