relpipe-data/makra/unix.xsl
branchv_0
changeset 217 3e2fd4ce9f02
parent 146 8c2e2dbee5cc
equal deleted inserted replaced
216:bbc9c89122f1 217:3e2fd4ce9f02
    11 	xmlns:xs="http://www.w3.org/2001/XMLSchema"
    11 	xmlns:xs="http://www.w3.org/2001/XMLSchema"
    12 	exclude-result-prefixes="fn h s k m xs">
    12 	exclude-result-prefixes="fn h s k m xs">
    13 
    13 
    14 	<xsl:template match="m:unix[@tvar = 'oboje']">*NIX (formerly UNIX, now mostly GNU/Linux)</xsl:template>
    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>
    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 <a href="https://www.gnu.org/">GNU/Linux</a></xsl:template>
    16 	<xsl:template match="m:unix[@tvar = 'vysvětlivka']">formerly UNIX (sometimes called *NIX), now mostly <a href="https://www.gnu.org/">GNU</a>/<a href="https://www.kernel.org/">Linux</a></xsl:template>
    17 	<xsl:template match="m:unix">*NIX</xsl:template>
    17 	<xsl:template match="m:unix">*NIX</xsl:template>
    18 
    18 
    19 </xsl:stylesheet>
    19 </xsl:stylesheet>
    20 
    20