Remove CSS from the xsl file and the SVG generating code

This commit is contained in:
2014-07-11 14:32:24 +02:00
parent 9342ea63de
commit 4144d6b4ff
2 changed files with 1 additions and 26 deletions

View File

@@ -17,7 +17,6 @@
<xsl:variable name="r_aspect" select="240" />
<xsl:template match="/">
<xsl:processing-instruction name="xml-stylesheet">href="<xsl:value-of select="$css_file"/>" type="text/css"</xsl:processing-instruction>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"