Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7d7c15407 | |||
| 06edc8ac8c | |||
| 6f17a9c81d |
@@ -1387,7 +1387,20 @@
|
|||||||
</lido:relatedWork>
|
</lido:relatedWork>
|
||||||
</lido:relatedWorkSet>
|
</lido:relatedWorkSet>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
<xsl:for-each select="objectToObjectLinkSet">
|
||||||
|
<lido:relatedWorkSet>
|
||||||
|
<lido:relatedWork>
|
||||||
|
<lido:displayObject>
|
||||||
|
<xsl:value-of select="rel_text_forward"/>
|
||||||
|
</lido:displayObject>
|
||||||
|
<lido:object>
|
||||||
|
<lido:objectWebResource>
|
||||||
|
<xsl:value-of select="concat(../md_version, 'object/', rel_object_id)"/>
|
||||||
|
</lido:objectWebResource>
|
||||||
|
</lido:object>
|
||||||
|
</lido:relatedWork>
|
||||||
|
</lido:relatedWorkSet>
|
||||||
|
</xsl:for-each>
|
||||||
<xsl:for-each select="linkSet/link_id">
|
<xsl:for-each select="linkSet/link_id">
|
||||||
<lido:relatedWorkSet>
|
<lido:relatedWorkSet>
|
||||||
<lido:relatedWork>
|
<lido:relatedWork>
|
||||||
@@ -1440,24 +1453,27 @@
|
|||||||
<xsl:value-of select="."/>
|
<xsl:value-of select="."/>
|
||||||
</lido:objectWebResource>
|
</lido:objectWebResource>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
<xsl:for-each select="../literatur_online">
|
||||||
|
<lido:objectWebResource>
|
||||||
|
<xsl:value-of select="."/>
|
||||||
|
</lido:objectWebResource>
|
||||||
|
</xsl:for-each>
|
||||||
<xsl:for-each select="../literatur_isbn">
|
<xsl:for-each select="../literatur_isbn">
|
||||||
|
<xsl:if test="string-length(.) != 0">
|
||||||
<lido:objectID>
|
<lido:objectID>
|
||||||
<xsl:attribute name="lido:type">ISBN</xsl:attribute>
|
<xsl:attribute name="lido:type">ISBN</xsl:attribute>
|
||||||
<xsl:value-of select="."/>
|
<xsl:value-of select="."/>
|
||||||
</lido:objectID>
|
</lido:objectID>
|
||||||
|
</xsl:if>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
<xsl:for-each select="../literatur_gnd">
|
<xsl:for-each select="../literatur_gnd">
|
||||||
|
<xsl:if test="string-length(.) != 0">
|
||||||
<lido:objectID>
|
<lido:objectID>
|
||||||
<xsl:attribute name="lido:source">dnb</xsl:attribute>
|
<xsl:attribute name="lido:source">dnb</xsl:attribute>
|
||||||
<xsl:attribute name="lido:type">uri</xsl:attribute>
|
<xsl:attribute name="lido:type">uri</xsl:attribute>
|
||||||
<xsl:value-of select="."/>
|
<xsl:value-of select="."/>
|
||||||
</lido:objectID>
|
</lido:objectID>
|
||||||
</xsl:for-each>
|
</xsl:if>
|
||||||
<xsl:for-each select="../literatur_online">
|
|
||||||
<lido:objectID>
|
|
||||||
<xsl:attribute name="lido:type">uri</xsl:attribute>
|
|
||||||
<xsl:value-of select="."/>
|
|
||||||
</lido:objectID>
|
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</lido:object>
|
</lido:object>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|||||||
Reference in New Issue
Block a user