<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">

    <xsl:output 
        method="html" 
        media-type="text/html"
        doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" 
		doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
        encoding="utf-8" />

    <xsl:include href="canvas.xsl" />

    <xsl:include href="forum_posts.xsl" />

</xsl:stylesheet>


