mirror of
https://github.com/chriszero/epgd-plugin-tvsp.git
synced 2025-12-26 23:26:53 +01:00
Updated xlst for bigint
This commit is contained in:
@@ -19,10 +19,7 @@
|
||||
|
||||
<event>
|
||||
|
||||
<!-- bis eventid im Backend erweitert
|
||||
<xsl:attribute name="id"><xsl:value-of select="id"/></xsl:attribute>
|
||||
-->
|
||||
<xsl:attribute name="id"><xsl:value-of select="number(substring(id,4))"/></xsl:attribute>
|
||||
|
||||
<starttime><xsl:value-of select="timestart"/></starttime>
|
||||
<duration><xsl:value-of select="substring-after(lengthNetAndGross,'/') * 60"/></duration>
|
||||
@@ -214,4 +211,4 @@
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
</xsl:stylesheet>
|
||||
Reference in New Issue
Block a user