mouse-data/makra/name.xsl
author František Kučera <franta-hg@frantovo.cz>
Tue, 03 Sep 2019 23:28:46 +0200
branchv_0
changeset 136 025ec3d898c4
permissions -rw-r--r--
mouse.globalcode.info – website skeleton
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
136
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
<xsl:stylesheet version="2.0"
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
	xmlns="http://www.w3.org/1999/xhtml"
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
	xmlns:h="http://www.w3.org/1999/xhtml"
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
	xmlns:s="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
	xmlns:k="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace"
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
	xmlns:fn="http://www.w3.org/2005/xpath-functions"
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
	xmlns:svg="http://www.w3.org/2000/svg"
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
	exclude-result-prefixes="fn h s k m xs">
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
	<xsl:template match="m:name">Mouse utilities</xsl:template>
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
</xsl:stylesheet>
025ec3d898c4 mouse.globalcode.info – website skeleton
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17