summaryrefslogtreecommitdiff
path: root/templates/youtu.be/videopage.xsl
blob: a0f89dcbd75efa77eb945d8382aea4f376bd2a13 (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="../www.youtube.com/videopage.xsl"/>

<xsl:template match="/">
  <xsl:call-template name="main"/>
</xsl:template>

</xsl:stylesheet>