šablona/syntaxe.xsl
changeset 78 7e478bfa5694
parent 76 c7746d95283d
child 87 25dec6931f18
     1.1 --- a/šablona/syntaxe.xsl	Sun Jan 08 16:52:30 2012 +0100
     1.2 +++ b/šablona/syntaxe.xsl	Sun Jan 08 17:26:24 2012 +0100
     1.3 @@ -22,7 +22,10 @@
     1.4  	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     1.5  	xmlns:fn="http://www.w3.org/2005/xpath-functions">
     1.6  	<xsl:output method="text" encoding="UTF-8"/>
     1.7 -		
     1.8 +
     1.9 +	<!--
    1.10 +		Vytvoří CSS soubor pro zvýrazňování syntaxe
    1.11 +	-->
    1.12  	<xsl:template match="/">
    1.13  		<xsl:if test="k:web/k:css[text() = 'css/syntaxe.css']"><xsl:value-of select="j:generujCssSyntaxe()"/></xsl:if>
    1.14  	</xsl:template>