summaryrefslogtreecommitdiff
path: root/PLUGINS/epgdata/configs/epgdata-iso-8859-1.xsl
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-05 16:39:28 +0100
committerhorchi <vdr@jwendel.de>2017-03-05 16:39:28 +0100
commite2a48d8701f91b8e24fbe9e99e91eb72a87bb749 (patch)
tree726f70554b4ca985a09ef6e30a7fdc8df089993c /PLUGINS/epgdata/configs/epgdata-iso-8859-1.xsl
downloadvdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.gz
vdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.bz2
git init1.1.103
Diffstat (limited to 'PLUGINS/epgdata/configs/epgdata-iso-8859-1.xsl')
-rw-r--r--PLUGINS/epgdata/configs/epgdata-iso-8859-1.xsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/PLUGINS/epgdata/configs/epgdata-iso-8859-1.xsl b/PLUGINS/epgdata/configs/epgdata-iso-8859-1.xsl
new file mode 100644
index 0000000..24024ac
--- /dev/null
+++ b/PLUGINS/epgdata/configs/epgdata-iso-8859-1.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='iso-8859-15'/>
+
+<xsl:include href="epgdata.xsl" />
+
+</xsl:stylesheet>