[Koha-devel] XSLT and superfluous "xmlns" attributes

Frédéric Demians frederic at tamil.fr
Fri Jan 18 09:20:52 CET 2013


> and here is the stylesheet in /home/magnus/koha/biblioteksok.xslt:

Try this:

Suppress:

 <xsl:template match="marc:controlfield[@tag=001]"/>
 <xsl:template match="marc:datafield[@tag=850]"/>

and replace:

<xsl:template match="marc:leader">

with:


<xsl:template match="marc:record">




More information about the Koha-devel mailing list