made atoms point to specific page

This commit is contained in:
David Tenty 2007-09-25 16:36:18 -04:00
parent 2af71dc3c3
commit eb13a7e67a
1 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,8 @@
<xsl:for-each select="eventitem">
<entry>
<title><xsl:value-of select="@title"/></title>
<link href="http://csclub.uwaterloo.ca"/>
<!-- we do a hack here with the translate to get whitespace replacement -->
<link href="{concat('http://csclub.uwaterloo.ca/events/',translate(@room,' ','_'),'-',translate(@date,' ','_'),'-',translate(@time,' ','_'),'.html')}"/>
<author><xsl:value-of select="short"/></author>
<summary><xsl:value-of select="abstract"/></summary>
</entry>