Skip to content
Snippets Groups Projects
Commit a009ae66 authored by Moritz Engelmann's avatar Moritz Engelmann
Browse files

format code

parent 0fba52fc
Branches
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="3.0" xmlns="http://www.openarchives.org/OAI/2.0/"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
<xsl:stylesheet version="3.0"
xmlns="http://www.openarchives.org/OAI/2.0/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
xmlns:mcri18n="http://www.mycore.de/xslt/i18n"
exclude-result-prefixes="mcri18n">
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="#all">
<xsl:template match="mycoreobject[contains(@ID,'_biocol_')]" mode="dwc">
<xsl:template match="mycoreobject[contains(@ID, '_biocol_')]" mode="dwc">
<!-- *********************************************** -->
<!-- ************ Record-level Terms *************** -->
......@@ -63,7 +63,7 @@
</dcterms:rightsHolder>
<dcterms:bibliographicCitation>
<xsl:value-of select="concat($WebApplicationBaseURL,'receive/',@ID)" />
<xsl:value-of select="concat($WebApplicationBaseURL, 'receive/', qID)" />
</dcterms:bibliographicCitation>
<!-- dcterms:reference - Referenzen (links)-->
......
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