šablona/makra/skriptování.xsl
changeset 107 379a2a893fd1
parent 106 ae484a54d7fb
child 108 8d9cab64c335
     1.1 --- a/šablona/makra/skriptování.xsl	Thu Jul 05 14:27:01 2012 +0200
     1.2 +++ b/šablona/makra/skriptování.xsl	Thu Jul 05 19:10:42 2012 +0200
     1.3 @@ -18,6 +18,7 @@
     1.4  -->
     1.5  <xsl:stylesheet version="2.0"
     1.6  	xmlns="http://www.w3.org/1999/xhtml"
     1.7 +	xmlns:h="http://www.w3.org/1999/xhtml"
     1.8  	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
     1.9  	xmlns:j="java:cz.frantovo.xmlWebGenerator.makra.Skriptování"
    1.10  	xmlns:k="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace"
    1.11 @@ -49,17 +50,7 @@
    1.12  																	//s:stránka/s:nadpis/text(),
    1.13  																	//s:stránka/s:perex/text()
    1.14  																)"/>
    1.15 -				<xsl:choose>
    1.16 -					<xsl:when test="$výstupSkriptu">
    1.17 -						<xsl:choose>
    1.18 -							<xsl:when test="@výstup = 'xml'"><xsl:value-of select="$výstupSkriptu" disable-output-escaping="yes"/></xsl:when>
    1.19 -							<xsl:otherwise><xsl:value-of select="$výstupSkriptu"/></xsl:otherwise>
    1.20 -						</xsl:choose>
    1.21 -					</xsl:when>
    1.22 -					<xsl:otherwise>
    1.23 -						<xsl:message terminate="yes">Při interpretaci skriptu došlo k chybě.</xsl:message>
    1.24 -					</xsl:otherwise>
    1.25 -				</xsl:choose>
    1.26 +				<xsl:apply-templates select="$výstupSkriptu/h:html/h:body/node()"/>
    1.27  			</xsl:when>
    1.28  
    1.29  			<xsl:when test="$režim = 'zakázat'">