<xsl:template match="strofa">
<div class="stanza" xmlns="http://www.w3.org/1999/xhtml">
<xsl:apply-templates />
- </div><div xmlns="http://www.w3.org/1999/xhtml"> </div>
+ </div><div class='stanza-spacer' xmlns="http://www.w3.org/1999/xhtml"> </div>
</xsl:template>
<xsl:template match="wers_normalny">
<xsl:template match="extra" />
<xsl:template match="pe|pa|pr|pt" >
- <a id="anchor-{.}" class="anchor" href="annotations.html#annotation-{.}"
- xmlns="http://www.w3.org/1999/xhtml">[<xsl:apply-templates />]</a>
+ <a class="anchor" id="anchor-{.}" href="annotations.html#annotation-{.}"
+ xmlns="http://www.w3.org/1999/xhtml"><sup xmlns="http://www.w3.org/1999/xhtml"><xsl:apply-templates /></sup></a>
</xsl:template>
<xsl:template match="uwaga" />
<!--===========================================================-->
<xsl:template match="text()" >
- <xsl:value-of select="." disable-output-escaping="yes"/>
+ <xsl:value-of select="." />
</xsl:template>
<xsl:template match="text()" >
- <xsl:value-of select="." disable-output-escaping="yes"/>
+ <xsl:value-of select="." />
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>