fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
content
[librarian.git]
/
src
/
librarian
/
xslt
/
book2txt.xslt
diff --git
a/src/librarian/xslt/book2txt.xslt
b/src/librarian/xslt/book2txt.xslt
index
4175e96
..
4bc919b
100644
(file)
--- a/
src/librarian/xslt/book2txt.xslt
+++ b/
src/librarian/xslt/book2txt.xslt
@@
-2,7
+2,7
@@
<!--
This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
<!--
This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
- Copyright © Fundacja
Nowoczesna Polska
. See NOTICE for more information.
+ Copyright © Fundacja
Wolne Lektury
. See NOTICE for more information.
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@
-177,7
+177,7
@@
<xsl:apply-templates mode="inline" />
</xsl:template>
<xsl:apply-templates mode="inline" />
</xsl:template>
-<xsl:template match="akap|akap_dialog|akap_cd">
+<xsl:template match="akap|akap_dialog|akap_cd
|werset
">
<xsl:variable name="content">
<xsl:apply-templates select="*|text()" mode="inline" />
</xsl:variable>
<xsl:variable name="content">
<xsl:apply-templates select="*|text()" mode="inline" />
</xsl:variable>
@@
-275,7
+275,7
@@
<!-- = (contain other inline tags and special tags) = -->
<!-- ================================================ -->
<!-- Annotations -->
<!-- = (contain other inline tags and special tags) = -->
<!-- ================================================ -->
<!-- Annotations -->
-<xsl:template match="pa|pe|pr|pt" mode="inline" />
+<xsl:template match="pa|pe|pr|pt
|ptrad
" mode="inline" />
<!-- Other inline tags -->
<xsl:template match="mat" mode="inline"><xsl:apply-templates mode="inline" /></xsl:template>
<!-- Other inline tags -->
<xsl:template match="mat" mode="inline"><xsl:apply-templates mode="inline" /></xsl:template>