made atoms point to specific page
This commit is contained in:
parent
2af71dc3c3
commit
eb13a7e67a
|
@ -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>
|
||||
|
@ -61,4 +62,4 @@
|
|||
</feed>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
</xsl:stylesheet>
|
Loading…
Reference in New Issue