[Koha-bugs] [Bug 15162] Add for Unimarc transformation to new metadata formats

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 13 12:28:33 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15162

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 44825
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44825
[SIGNED-OFF]Bug 15162 Add for Unimarc XSL trans for RDF-DC & SRW-DC

Review of attachment 44825:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15162&attachment=44825)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2RDFDC.xsl
@@ +142,5 @@
> +          <xsl:text>URN:ISSN:</xsl:text>
> +          <xsl:value-of select="marc:subfield[@code='a']"/>
> +        </dc:identifier>
> +      </xsl:for-each>
> +      <xsl:for-each select="marc:datafield[@tag=995]">

It seems that unapi does not return the item fields.

@@ +147,5 @@
> +        <dc:identifier>
> +          <xsl:text>LOC:</xsl:text>
> +          <xsl:choose>
> +            <xsl:when test="marc:subfield[@code='c']='MAIN'">Main library</xsl:when>
> +            <xsl:when test="marc:subfield[@code='c']='BIB2'">Library 2</xsl:when>

Hum? :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list