-->
<xsl:output method="xml" encoding="utf-8" indent="no" omit-xml-declaration="yes" />
- <xsl:template match="/">
+ <!-- <xsl:template match="/">
<xsl:apply-templates select="chunk|utwor" />
- </xsl:template>
+ </xsl:template> -->
<!--
Base tag for rendering a fragment of text
<xsl:value-of select="substring-after(@id, 'm')" />
</xsl:attribute>
<xsl:call-template name="context-menu" />
- <span class="theme-text-list"><xsl:value-of select="." /></span>
+ <span class="theme-text-list"><xsl:value-of select=".|node()" /></span>
</span>
</xsl:template>