View | Details | Raw Unified | Return to bug 35659
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/AuthOAIDCtoMARC21XML.xsl (-1 / +3 lines)
Lines 19-24 Link Here
19
19
20
    <xsl:template match="oai_dc:dc">
20
    <xsl:template match="oai_dc:dc">
21
        <record>
21
        <record>
22
            <xsl:element name="leader">
23
                <xsl:value-of select="concat('     a','z','  ','a22     o  4500')"/>
24
            </xsl:element>
22
25
23
            <xsl:variable name="FamilyName" select="dc:FamilyName"/>
26
            <xsl:variable name="FamilyName" select="dc:FamilyName"/>
24
            <xsl:variable name="GivenName" select="dc:GivenName"/>
27
            <xsl:variable name="GivenName" select="dc:GivenName"/>
25
- 

Return to bug 35659