Now setting the CSS file path as a parameter
This will allow us to use separate CSS and XSLT files (e.g. themes) later
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<xsl:variable name="r_aspect" select="240" />
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:processing-instruction name="xml-stylesheet">href="test.css" type="text/css"</xsl:processing-instruction>
|
||||
<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"
|
||||
|
Reference in New Issue
Block a user