Skip to content
Snippets Groups Projects
Commit 59f0edb0 authored by Max-Ferdinand Zeterberg's avatar Max-Ferdinand Zeterberg
Browse files

fix(translation): exclude value of @cert from transformation

parent e28d5696
No related branches found
No related tags found
1 merge request!32Resolve "uncertainty für g/w/translation"
......@@ -129,7 +129,7 @@
<xsl:value-of select="./@cert"/>
</xsl:attribute>
</xsl:if>
<xsl:apply-templates select="@* | node()"/>
<xsl:apply-templates select="@*[name()!='cert'] | node()"/>
</xsl:element>
</xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment