Skip to content
Snippets Groups Projects
Commit 26f3b62e authored by Jens Kupferschmidt's avatar Jens Kupferschmidt
Browse files

add new biccol06 - link to other biocol parent object

parent f26eac3e
Branches
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -17,8 +17,8 @@
<!-- old classmark - alte Datensatznummer -->
<element name="biocol05" type="text" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- editor - Bearbeiter des Datensatz - deprecate -->
<element name="biocol06" type="text" minOccurs="1" maxOccurs="10" notinherit="true" heritable="false" />
<!-- link to parent -->
<element name="biocol06" type="link" minOccurs="0" maxOccurs="1" notinherit="true" heritable="false" />
<!-- object type - Objekttyp -->
<element name="biocol07" type="classification" minOccurs="1" maxOccurs="1" style="select" notinherit="true" heritable="false" >
......
......@@ -127,6 +127,18 @@
</dc:rights>
</xsl:if>
<!-- dc:relation - parent and links -->
<xsl:if test="$native/metadata/def.biocol06/biocol06">
<dc:relation>
<xsl:value-of select="concat($WebApplicationBaseURL,'receive/',$native/metadata/def.biocol06/biocol06/@xlink:href)" />
</dc:relation>
</xsl:if>
<xsl:for-each select="$native/metadata/def.biocol10/biocol10">
<dc:relation>
<xsl:value-of select="@xlink:href" />
</dc:relation>
</xsl:for-each>
</oai_dc:dc>
</xsl:template>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment