]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/latest-news.xsl
This commit was manufactured by cvs2svn to create branch
[helm.git] / helm / mowgli / home / xsl / latest-news.xsl
diff --git a/helm/mowgli/home/xsl/latest-news.xsl b/helm/mowgli/home/xsl/latest-news.xsl
deleted file mode 100644 (file)
index 974c2e9..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-
-<xsl:stylesheet version="1.0"
-                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-<xsl:import href="common.xsl"/>
-<xsl:import href="news.xsl"/>
-
-<xsl:output method="xml"/>
-
-<xsl:template match="/">
- <html-fragment>
-  <h3>Latest News</h3>
-  <dl>
-  <xsl:apply-templates select="news/event[position() &lt; 4]">
-    <xsl:with-param name="small" select="true()"/>
-  </xsl:apply-templates>
-  </dl>
-  <a href="news.html">Older news</a>
- </html-fragment>
-</xsl:template>
-
-</xsl:stylesheet>