restore editorial section
[librarian.git] / librarian / pdf / wl2tex.xslt
index 678d09f..9296358 100644 (file)
                 \def\editors{<xsl:call-template name="editors" />}
             </TeXML>
 
-            <!--<cmd name="editorialsection" />-->
+            <cmd name="editorialsection" />
 
         </env>
     </TeXML>
 
 <xsl:template match="link" mode="inline">
     <cmd name="href">
-        <parm><xsl:value-of select="wl:urlquote(@url)" /></parm>
+        <parm><xsl:value-of select="@url" /></parm>
         <parm><xsl:apply-templates mode="inline"/></parm>
     </cmd>
 </xsl:template>