Fix bom2grouped_scv BOM template
For empty or undefined fields the quotation mark was not closed.
This commit is contained in:
parent
ffeba9de93
commit
da88ed02e5
|
@ -91,13 +91,14 @@
|
||||||
<xsl:if test="@name=$allnames">
|
<xsl:if test="@name=$allnames">
|
||||||
<!-- content of the field -->
|
<!-- content of the field -->
|
||||||
<xsl:value-of select="."/>
|
<xsl:value-of select="."/>
|
||||||
<xsl:text>"</xsl:text>
|
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<!--
|
<!--
|
||||||
If it does not exist, use an empty cell in output for this row.
|
If it does not exist, use an empty cell in output for this row.
|
||||||
Every non-blank entry is assigned to its proper column.
|
Every non-blank entry is assigned to its proper column.
|
||||||
-->
|
-->
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
|
<xsl:text>"</xsl:text>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue