--- a/šablona/makra/skriptování.xsl Thu Jul 05 14:27:01 2012 +0200
+++ b/šablona/makra/skriptování.xsl Thu Jul 05 19:10:42 2012 +0200
@@ -18,6 +18,7 @@
-->
<xsl:stylesheet version="2.0"
xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:h="http://www.w3.org/1999/xhtml"
xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"
xmlns:j="java:cz.frantovo.xmlWebGenerator.makra.Skriptování"
xmlns:k="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace"
@@ -49,17 +50,7 @@
//s:stránka/s:nadpis/text(),
//s:stránka/s:perex/text()
)"/>
- <xsl:choose>
- <xsl:when test="$výstupSkriptu">
- <xsl:choose>
- <xsl:when test="@výstup = 'xml'"><xsl:value-of select="$výstupSkriptu" disable-output-escaping="yes"/></xsl:when>
- <xsl:otherwise><xsl:value-of select="$výstupSkriptu"/></xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message terminate="yes">Při interpretaci skriptu došlo k chybě.</xsl:message>
- </xsl:otherwise>
- </xsl:choose>
+ <xsl:apply-templates select="$výstupSkriptu/h:html/h:body/node()"/>
</xsl:when>
<xsl:when test="$režim = 'zakázat'">