summaryrefslogtreecommitdiff
path: root/templates/www.ruutu.fi/recent.xsl
blob: 5101cf5fa3b0f8d6c7b736ccfa83d963b6ed3883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>

<xsl:stylesheet version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:str="http://exslt.org/strings"
  exclude-result-prefixes="str">

<xsl:import href="program.xsl"/>

<xsl:template match="/">
<wvmenu>
  <title>Ruutu.fi - Uusimmat</title>

  <xsl:apply-templates select="id('quicktabs-etusivu_uusimmat_qt')//article"/>
</wvmenu>
</xsl:template>

</xsl:stylesheet>