mirror of
https://github.com/chriszero/epgd-plugin-tvsp.git
synced 2025-12-26 23:26:53 +01:00
9 lines
277 B
XML
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>
|