Files
epgd-plugin-tvsp/configs/tvsp-utf-8.xsl
2016-05-22 18:39:44 +02:00

9 lines
277 B
XML

<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="tvsp.xsl" />
</xsl:stylesheet>