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

--- Comment #8 from Jonathan Druart <[email protected]> 
---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to