blob: 7496df8aa74c5152dd372d47507c748845c14eeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../katsomo.fi/videopage.xsl"/>
<xsl:template match="/">
<xsl:call-template name="main"/>
</xsl:template>
</xsl:stylesheet>
|