fix special chars in link url
[librarian.git] / librarian / pdf / wl2tex.xslt
index 024b2e0..356aa3f 100644 (file)
                 \def\editors{<xsl:call-template name="editors" />}
             </TeXML>
 
-            <cmd name="editorialsection" />
+            <!--<cmd name="editorialsection" />-->
 
         </env>
     </TeXML>
     </cmd>
 </xsl:template>
 
+<xsl:template match="link" mode="inline">
+    <cmd name="href">
+        <parm><xsl:value-of select="@url" /></parm>
+        <parm><xsl:apply-templates mode="inline"/></parm>
+    </cmd>
+</xsl:template>
+
 
 
 <xsl:template match="tytul_dziela" mode="inline">