Fixed news atom feed to be valid

This commit is contained in:
David Tenty 2007-10-06 17:03:06 -04:00
parent 4416a85a8a
commit 9e3b9c1b8a
1 changed files with 3 additions and 0 deletions

View File

@ -41,8 +41,11 @@
<xsl:for-each select="newsitem">
<entry>
<link href="http://csclub.uwaterloo.ca"/>
<title><xsl:value-of select="."/></title>
<summary><xsl:value-of select="."/></summary>
<author><name><xsl:value-of select="@author"/></name></author>
<id>http://csclub.uwaterloo.ca/news/<xsl:value-of select="generate-id(.)"/></id>
<updated><xsl:value-of select="translate($g_datetime,' ','T')"/></updated>
</entry>
</xsl:for-each>
<xsl:for-each select="eventitem">