blob: 96a7b923452fbf8d84533563562dc8522317aaa1 (
plain)
1
2
3
4
5
6
7
8
|
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/TR/xhtml1/strict">
<xsl:output method="xml" omit-xml-declaration="no" encoding='utf-8'/>
<xsl:include href="epgdata.xsl" />
</xsl:stylesheet>
|