Skip to content
Snippets Groups Projects
Commit 19ea6f37 authored by David Maus's avatar David Maus
Browse files

Repertorium: Bibliographische Verweise in Export

parent a8f14e8e
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,24 @@ ...@@ -28,6 +28,24 @@
<xsl:value-of select="."/> <xsl:value-of select="."/>
</xsl:template> </xsl:template>
<xsl:template match="ref[@type = 'opac']">
<xsl:copy>
<xsl:attribute name="target" select="concat('https://opac.lbs-braunschweig.gbv.de/DB=2/PPN?PPN=', @cRef)"/>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
<xsl:template match="ref[@type = 'gbv']">
<xsl:copy>
<xsl:attribute name="target" select="concat('https://gso.gbv.de/DB=2.1/PPNSET?PPN=', @cRef)"/>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
<xsl:template match="rs[@type = 'shelfmark']">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="@class[parent::msItem]"> <xsl:template match="@class[parent::msItem]">
<xsl:attribute name="class" select="concat('http://selbstzeugnisse.hab.de/repertorium/vokabular#', substring-after(., '#'))"/> <xsl:attribute name="class" select="concat('http://selbstzeugnisse.hab.de/repertorium/vokabular#', substring-after(., '#'))"/>
</xsl:template> </xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment