https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36632
Bug ID: 36632
Summary: OAI-PMH - Return subfields other than 5XX$a
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Web services
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
We have some records with 505 (Formatted Contents Note), using fields $g $t and
$r instead of just $a (which is more common). Using oai_dc we had a lot of rows
with `<dc:description />`.
Around line 118 of
/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slim2OAIDC.xsl
we replaced
<xsl:value-of select="marc:subfield[@code='a']"/>
With
<xsl:call-template name="subfieldSelect">
<xsl:with-param name="codes">aegtr</xsl:with-param>
</xsl:call-template>
To see those (and others) note subfields.
Related bug 16307.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/