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

fix export

parent 94d78e50
Branches
No related merge requests found
......@@ -50,14 +50,14 @@
<xsl:when test="name() = 'def.biocol84' and $accessintern = 'true'">
<xsl:copy-of select="." />
</xsl:when>
<xsl:when test="name() = 'def.biocol97' and $accessintern = 'true'">
<xsl:copy-of select="." />
<xsl:when test="name() = 'def.biocol97'">
<xsl:apply-templates select="." mode="classification-native" />
</xsl:when>
<xsl:when test="name() = 'def.biocol98' and $accessintern = 'true'">
<xsl:copy-of select="." />
<xsl:when test="name() = 'def.biocol98'">
<xsl:apply-templates select="." mode="classification-native" />
</xsl:when>
<xsl:when test="name() = 'def.biocol99' and $accessintern = 'true'">
<xsl:copy-of select="." />
<xsl:when test="name() = 'def.biocol99'">
<xsl:apply-templates select="." mode="classification-native" />
</xsl:when>
<xsl:otherwise>
<xsl:copy-of select="." />
......
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