blob: 621ea8afca5750ae0ea5658d2bb2c0c64b070881 (
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 - Katsotuimmat</title>
<xsl:apply-templates select="id('quicktabs-container-katsotuimmat')//article"/>
</wvmenu>
</xsl:template>
</xsl:stylesheet>
|