fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Release with current fixes.
[librarian.git]
/
src
/
librarian
/
xslt
/
book2html.xslt
diff --git
a/src/librarian/xslt/book2html.xslt
b/src/librarian/xslt/book2html.xslt
index
9b77b5e
..
ba9dbb4
100644
(file)
--- a/
src/librarian/xslt/book2html.xslt
+++ b/
src/librarian/xslt/book2html.xslt
@@
-559,4
+559,12
@@
<a name="{concat('sec', count(ancestor-or-self::*[last()-2]/preceding-sibling::*) + 1)}" />
</xsl:template>
<a name="{concat('sec', count(ancestor-or-self::*[last()-2]/preceding-sibling::*) + 1)}" />
</xsl:template>
+<xsl:template match="numeracja">
+ <span class="numeracja">
+ <xsl:attribute name="data-start">
+ <xsl:value-of select="@start" />
+ </xsl:attribute>
+ </span>
+</xsl:template>
+
</xsl:stylesheet>
</xsl:stylesheet>