X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/b92b58ba86f08f04b4f0436479d3d73ce0c03f00..9897e47c02290be094669bf464a0d7583123250c:/librarian/epub/xsltAnnotations.xsl?ds=inline diff --git a/librarian/epub/xsltAnnotations.xsl b/librarian/epub/xsltAnnotations.xsl index 2d05f1c..7d270b4 100644 --- a/librarian/epub/xsltAnnotations.xsl +++ b/librarian/epub/xsltAnnotations.xsl @@ -27,20 +27,12 @@ </xsl:template> <xsl:template match="text()" > - <xsl:value-of select="." disable-output-escaping="yes"/> + <xsl:value-of select="." /> </xsl:template> <xsl:template match="pa|pe|pr|pt" mode="przypis"> - <div xmlns="http://www.w3.org/1999/xhtml"> - <p id="annotation-{@number}" xmlns="http://www.w3.org/1999/xhtml"></p> - <a class="annotation" href="part{@part}.html#anchor-{@number}" xmlns="http://www.w3.org/1999/xhtml"> - [<xsl:value-of select="@number" />] - </a> - <p xmlns="http://www.w3.org/1999/xhtml"> - <xsl:apply-templates /> - <xsl:if test="name()='pa'"> [przypis autorski]</xsl:if> - </p> - </div> + <p id="annotation-{@number}" class="annotation" xmlns="http://www.w3.org/1999/xhtml"><a href="part{@part}.html#anchor-{@number}" xmlns="http://www.w3.org/1999/xhtml"><xsl:value-of select="@number" /></a>. <xsl:apply-templates /><xsl:if test="name()='pa'"> [przypis autorski]</xsl:if></p> + <xsl:text>
</xsl:text> </xsl:template> <xsl:template match="slowo_obce"> @@ -75,4 +67,4 @@ </p> </xsl:template> -</xsl:stylesheet> \ No newline at end of file +</xsl:stylesheet>