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

This commit is contained in:
Max Mehl 2019-09-09 11:44:29 +02:00
rodič 2028b2f2b3
revize c9f8b09cc6
Podepsáno: max.mehl
ID GPG klíče: 2704E4AB371E2E92
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -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>