šablona/makra/tabulka.xsl
changeset 71 895757141bff
parent 70 032c62852ef1
child 90 ae439159d833
     1.1 --- a/šablona/makra/tabulka.xsl	Sat Jan 07 19:39:28 2012 +0100
     1.2 +++ b/šablona/makra/tabulka.xsl	Sat Jan 07 20:09:44 2012 +0100
     1.3 @@ -17,10 +17,10 @@
     1.4  along with this program.  If not, see <http://www.gnu.org/licenses/>.
     1.5  -->
     1.6  <xsl:stylesheet version="2.0"
     1.7 -xmlns="http://www.w3.org/1999/xhtml"
     1.8 -xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
     1.9 -xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    1.10 -exclude-result-prefixes="m">
    1.11 +	xmlns="http://www.w3.org/1999/xhtml"
    1.12 +	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
    1.13 +	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    1.14 +	exclude-result-prefixes="m">
    1.15  
    1.16  	<!--
    1.17  		Jednoduché tabulky
    1.18 @@ -41,7 +41,7 @@
    1.19  	
    1.20  	<xsl:template match="m:tabulka[@src]">
    1.21  		<xsl:call-template name="vykresliTabulku">
    1.22 -			<xsl:with-param name="zadání" select="unparsed-text(concat('../', $vstup, @src))"/>
    1.23 +			<xsl:with-param name="zadání" select="m:načti-textový-soubor(@src)"/>
    1.24  			<xsl:with-param name="oddělovač" select="(@oddělovač, ';')[1]"/>
    1.25  		</xsl:call-template>
    1.26  	</xsl:template>