<xsl:template name="atom">
<xsl:param name="title"/>
<xsl:param name="uuid"/>
-<xsl:result-document method="xml" encoding="UTF-8"
- href="{concat($g_root, '/', $title, '.atom')}">
-</xsl:result-document>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>UW Computer Science Club <xsl:value-of select="$title"/></title>
<link href="http://csclub.uwaterloo.ca/{$title}.atom" rel="self"/>
</feed>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>