fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added handling of sekcja_swiatlo and motto tags.
[wolnelektury.git]
/
bin
/
book2html.xslt
diff --git
a/bin/book2html.xslt
b/bin/book2html.xslt
index
86d27d6
..
940351c
100644
(file)
--- a/
bin/book2html.xslt
+++ b/
bin/book2html.xslt
@@
-174,4
+174,12
@@
<blockquote><xsl:apply-templates /></blockquote>
</xsl:template>
<blockquote><xsl:apply-templates /></blockquote>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+<xsl:template match="motto">
+ <p class="motto"><xsl:apply-templates mode="inline" /></p>
+</xsl:template>
+
+<xsl:template match="sekcja_swiatlo">
+ <hr class="spacer" />
+</xsl:template>
+
+</xsl:stylesheet>