Changeset 71:895757141bff for šablona/makra/tabulka.xsl
- Timestamp:
- 01/07/12 20:09:44 (13 years ago)
- Branch:
- default
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
šablona/makra/tabulka.xsl
r70 r71 18 18 --> 19 19 <xsl:stylesheet version="2.0" 20 xmlns="http://www.w3.org/1999/xhtml"21 xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"22 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"23 exclude-result-prefixes="m">20 xmlns="http://www.w3.org/1999/xhtml" 21 xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro" 22 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 23 exclude-result-prefixes="m"> 24 24 25 25 <!-- … … 42 42 <xsl:template match="m:tabulka[@src]"> 43 43 <xsl:call-template name="vykresliTabulku"> 44 <xsl:with-param name="zadání" select=" unparsed-text(concat('../', $vstup, @src))"/>44 <xsl:with-param name="zadání" select="m:načti-textový-soubor(@src)"/> 45 45 <xsl:with-param name="oddělovač" select="(@oddělovač, ';')[1]"/> 46 46 </xsl:call-template>