From: Jan Szejko <janek37@gmail.com>
Date: Mon, 3 Sep 2018 13:08:29 +0000 (+0200)
Subject: another fix for slowo_obce
X-Git-Tag: 1.7~13
X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/05bb39f39042b3a48e5a902c35b74e0dff3f80f7

another fix for slowo_obce
---

diff --git a/librarian/pdf/wl2tex.xslt b/librarian/pdf/wl2tex.xslt
index 4a27875..99244ee 100644
--- a/librarian/pdf/wl2tex.xslt
+++ b/librarian/pdf/wl2tex.xslt
@@ -362,9 +362,14 @@
                     <xsl:when test="name() = 'dywiz'">
                         <xsl:text>-</xsl:text>
                     </xsl:when>
-                    <xsl:when test="name() = 'alien' or name() = 'slowo_obce'">
+                    <xsl:when test="name() = 'alien'">
                         <xsl:apply-templates mode="inline" />
                     </xsl:when>
+                    <xsl:when test="name() = 'slowo_obce'">
+                        <cmd name="slowoobce">
+                            <parm><xsl:value-of select="text()"/></parm>
+                        </cmd>
+                    </xsl:when>
                     <xsl:otherwise>
                         <xsl:value-of select="."/>
                     </xsl:otherwise>