blob: 24024ac6db62185f1673c0604e47fe63640a7634 (
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='iso-8859-15'/>
<xsl:include href="epgdata.xsl" />
</xsl:stylesheet>
|