šablona/syntaxe.xsl
author František Kučera <franta-hg@frantovo.cz>
Thu, 05 Jan 2012 16:24:56 +0100
changeset 50 ae8222d2c903
parent 31 da6ae32853cb
child 61 9503eb8377f1
permissions -rw-r--r--
Tabulek #15: více tabulátorů.
     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>