šablona/syntaxe.xsl
changeset 31 da6ae32853cb
child 61 9503eb8377f1
equal deleted inserted replaced
30:cefd5fe75cb8 31:da6ae32853cb
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <xsl:stylesheet version="2.0"
       
     3 	xmlns:k="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace"
       
     4 	xmlns:j="java:cz.frantovo.xmlWebGenerator.Funkce"
       
     5 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       
     6 	xmlns:fn="http://www.w3.org/2005/xpath-functions">
       
     7 	<xsl:output method="text" encoding="UTF-8"/>
       
     8 		
       
     9 	<xsl:template match="/">
       
    10 		<xsl:if test="k:web/k:css[text() = 'css/syntaxe.css']"><xsl:value-of select="j:generujCssSyntaxe()"/></xsl:if>
       
    11 	</xsl:template>
       
    12 
       
    13 </xsl:stylesheet>