http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5565 --- Comment #13 from Frédéric Demians <frederic@tamil.fr> 2011-12-19 08:21:18 UTC --- (In reply to comment #12)
Signed off on the first patch
But the second one deletes the leader as well as changing the indentation
- <xsl:variable name="leader" select="marc:leader"/> - <xsl:variable name="leader6" select="substring($leader,7,1)"/> - <xsl:variable name="leader7" select="substring($leader,8,1)"/> - <xsl:variable name="controlField008" select="marc:controlfield[@tag=008]"/>
Should this be happening?
Yes. Thanks for your watchfulness. 'leader' is used by MARC21 to DC XSL to display document type. It doesn't work this way for UNIMARC. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.