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

add biocol02 as default output

parent ec7e0d32
Branches
No related merge requests found
......@@ -59,6 +59,9 @@
<xsl:if test="name() = 'def.biocol01'">
<xsl:copy-of select="." />
</xsl:if>
<xsl:if test="name() = 'def.biocol02'">
<xsl:apply-templates select="." mode="classification-native" />
</xsl:if>
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>
......
......@@ -47,6 +47,9 @@
<xsl:if test="name() = 'def.biocol01'">
<xsl:copy-of select="." />
</xsl:if>
<xsl:if test="name() = 'def.biocol02'">
<xsl:copy-of select="." />
</xsl:if>
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>
......
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