summaryrefslogtreecommitdiff
path: root/dist/epgdata2xmltv
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-08-01 00:29:59 +0200
committerJochen Dolze <vdr@dolze.de>2011-08-01 00:29:59 +0200
commit4acb900fec6961c82d67f0d87e1e6a973324005d (patch)
tree5dd4f8993cf563ee1425cc5cdc9d19f093099ecf /dist/epgdata2xmltv
parent95a84da5e1becd28517e2b71341ea994cdeae828 (diff)
downloadvdr-plugin-xmltv2vdr-4acb900fec6961c82d67f0d87e1e6a973324005d.tar.gz
vdr-plugin-xmltv2vdr-4acb900fec6961c82d67f0d87e1e6a973324005d.tar.bz2
Updated error reporting
Updated parsing
Diffstat (limited to 'dist/epgdata2xmltv')
-rw-r--r--dist/epgdata2xmltv/epgdata2xmltv.xsl16
1 files changed, 1 insertions, 15 deletions
diff --git a/dist/epgdata2xmltv/epgdata2xmltv.xsl b/dist/epgdata2xmltv/epgdata2xmltv.xsl
index a85e0c2..4f68091 100644
--- a/dist/epgdata2xmltv/epgdata2xmltv.xsl
+++ b/dist/epgdata2xmltv/epgdata2xmltv.xsl
@@ -7,21 +7,7 @@
<xsl:template match="/">
<xsl:for-each select="//data[d2=$channelnum]">
-
-<!--
-<xsl:variable name="start_xmltv">
-<xsl:value-of select="d4"/>
-</xsl:variable>
-
-<xsl:variable name="stop_xmltv">
-<xsl:value-of select="d5"/>
-</xsl:variable>
-
-<xsl:variable name="vps_xmltv">
-<xsl:value-of select="d8"/>
-</xsl:variable>
--->
-
+<xsl:sort select="d4"/>
<xsl:variable name="EVENTID">
<xsl:value-of select="d0"/>
</xsl:variable>