summaryrefslogtreecommitdiff
path: root/PLUGINS/epgdata/configs/epgdata-utf-8.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'PLUGINS/epgdata/configs/epgdata-utf-8.xsl')
-rw-r--r--PLUGINS/epgdata/configs/epgdata-utf-8.xsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/PLUGINS/epgdata/configs/epgdata-utf-8.xsl b/PLUGINS/epgdata/configs/epgdata-utf-8.xsl
new file mode 100644
index 0000000..96a7b92
--- /dev/null
+++ b/PLUGINS/epgdata/configs/epgdata-utf-8.xsl
@@ -0,0 +1,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>