Skip to content

Commit

Permalink
Schlagwort PPN als Kommentar auch für 144Z #85
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteph-de committed Mar 28, 2024
1 parent ae2e15e commit c3cfeea
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@
<xsl:for-each select="./p:datafield[@tag='144Z']"><!-- lokale Schlagworte -->
<mods:subject authority="k10plus_field_6500">
<xsl:if test="p:subfield[@code='9']">
<xsl:attribute name="valueURI">https://uri.gbv.de/document/{$MCR.PICA2MODS.DATABASE}:ppn:{p:subfield[@code='9']}</xsl:attribute>
<xsl:text>&#xA; </xsl:text>
<xsl:comment>
<xsl:value-of select="concat('[PPN: ', p:subfield[@code='9'], ']')" />
</xsl:comment>
</xsl:if>
<!-- Ergänze ILN (internal library number) als Kommentar, um ggf. im Postprocessing darüber filtern zu können -->
<xsl:text>&#xA; </xsl:text>
Expand Down

0 comments on commit c3cfeea

Please sign in to comment.