Show
Ignore:
Timestamp:
01/07/12 20:09:44 (12 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Funkce pro načítání textových souborů ze vstupního adresáře (vhodné pro @src).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • šablona/makra/diagramy.xsl

    r67 r71  
    4444        <xsl:template match="m:diagram[@src]"> 
    4545                <xsl:call-template name="vložDiagram"> 
    46                         <xsl:with-param name="zadání" select="unparsed-text(concat('../', $vstup, @src))"/> 
     46                        <xsl:with-param name="zadání" select="m:načti-textový-soubor(@src)"/> 
    4747                        <xsl:with-param name="kompletní" select="not(@kompletní) or @kompletní = 'ano'"/> 
    4848                </xsl:call-template>