name macro v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 24 Nov 2018 17:01:30 +0100
branchv_0
changeset 141 0a986eba785a
parent 140 1d8a3f7ec393
child 142 36a8ecc8fb45
name macro
relpipe-data/makra/name.xsl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/relpipe-data/makra/name.xsl	Sat Nov 24 17:01:30 2018 +0100
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet version="2.0"
+	xmlns="http://www.w3.org/1999/xhtml"
+	xmlns:h="http://www.w3.org/1999/xhtml"
+	xmlns:s="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
+	xmlns:k="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace"
+	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
+	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+	xmlns:fn="http://www.w3.org/2005/xpath-functions"
+	xmlns:svg="http://www.w3.org/2000/svg"
+	xmlns:xs="http://www.w3.org/2001/XMLSchema"
+	exclude-result-prefixes="fn h s k m xs">
+
+	<xsl:template match="m:name[@tvar = 'oboje']">Relpipe (Relational pipes)</xsl:template>
+	<xsl:template match="m:name[@tvar = 'zkratka']"><abbr title="Relational pipes">Relpipe</abbr></xsl:template>
+	<xsl:template match="m:name[@tvar = 'doména']">Relational-pipes.GlobalCode.info</xsl:template>
+	<xsl:template match="m:name">Relational pipes</xsl:template>
+
+</xsl:stylesheet>
+