|
|
|
@ -1,9 +1,14 @@ |
|
|
|
|
<?xml version='1.0'?> |
|
|
|
|
|
|
|
|
|
<xsl:stylesheet version="1.1" |
|
|
|
|
xmlns="http://www.w3.org/1999/xhtml" |
|
|
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|
|
|
|
xmlns:csc="http://csclub.uwaterloo.ca/xsltproc"> |
|
|
|
|
xmlns:csc="http://csclub.uwaterloo.ca/xsltproc" |
|
|
|
|
xmlns="http://www.w3.org/1999/xhtml" |
|
|
|
|
exclude-result-prefixes="csc"> |
|
|
|
|
|
|
|
|
|
<xsl:output method="xml" encoding="ISO-8859-1" |
|
|
|
|
doctype-public="-//W3C//DTD XHTML 1.1//EN" |
|
|
|
|
doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" /> |
|
|
|
|
|
|
|
|
|
<xsl:param name="g_date" required="yes" /> |
|
|
|
|
<xsl:param name="g_time" required="yes" /> |
|
|
|
@ -29,10 +34,6 @@ |
|
|
|
|
<xsl:variable name="g_mirror_csc">http://csclub.uwaterloo.ca/files/</xsl:variable> |
|
|
|
|
<xsl:variable name="g_mirror_cs">http://mirror.cs.uwaterloo.ca/csclub/</xsl:variable> |
|
|
|
|
|
|
|
|
|
<xsl:output method="xml" encoding="ISO-8859-1" |
|
|
|
|
doctype-public="-//W3C//DTD XHTML 1.1//EN" |
|
|
|
|
doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" /> |
|
|
|
|
|
|
|
|
|
<!-- include additional style sheets --> |
|
|
|
|
<xsl:include href="functions.xsl" /> |
|
|
|
|
<xsl:include href="common.xsl" /> |
|
|
|
|