relpipe-data/makra/unix.xsl
branchv_0
changeset 143 297da74fcab2
parent 141 0a986eba785a
child 146 8c2e2dbee5cc
equal deleted inserted replaced
142:36a8ecc8fb45 143:297da74fcab2
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <xsl:stylesheet version="2.0"
       
     3 	xmlns="http://www.w3.org/1999/xhtml"
       
     4 	xmlns:h="http://www.w3.org/1999/xhtml"
       
     5 	xmlns:s="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
       
     6 	xmlns:k="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace"
       
     7 	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
       
     8 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       
     9 	xmlns:fn="http://www.w3.org/2005/xpath-functions"
       
    10 	xmlns:svg="http://www.w3.org/2000/svg"
       
    11 	xmlns:xs="http://www.w3.org/2001/XMLSchema"
       
    12 	exclude-result-prefixes="fn h s k m xs">
       
    13 
       
    14 	<xsl:template match="m:unix[@tvar = 'oboje']">*NIX (formerly UNIX, now mostly GNU/Linux)</xsl:template>
       
    15 	<xsl:template match="m:unix[@tvar = 'zkratka']"><abbr title="formerly UNIX, now mostly GNU/Linux">*NIX</abbr></xsl:template>
       
    16 	<xsl:template match="m:unix[@tvar = 'vysvětlivka']">formerly UNIX, now mostly GNU/Linux</xsl:template>
       
    17 	<xsl:template match="m:unix">*NIX</xsl:template>
       
    18 
       
    19 </xsl:stylesheet>
       
    20