use inner HTML to avoid <element> being included in final HTML
the build was successful 詳情

This commit is contained in:
Max Mehl 2019-09-09 11:44:29 +02:00
父節點 2028b2f2b3
當前提交 c9f8b09cc6
簽署人: max.mehl
GPG 金鑰 ID: 2704E4AB371E2E92
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -44,7 +44,7 @@
<!-- Static elements which can be included everywhere -->
<xsl:template match="static-element">
<xsl:variable name="id"><xsl:value-of select="@id"/></xsl:variable>
<xsl:copy-of select="/buildinfo/document/set/element[@id=$id]" />
<xsl:copy-of select="/buildinfo/document/set/element[@id=$id]/node()" />
</xsl:template>
</xsl:stylesheet>