Export: Fix UDDF Export

Add a workaround to address a syntax error in the XSLT used to
export as UDDF.

Fixes #4275.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-08-11 09:38:21 +12:00
parent 793d9f20b6
commit 38a0050ac3

View file

@ -199,7 +199,7 @@
<repetitiongroup>
<xsl:attribute name="id">
<xsl:choose>
<xsl:when test="$test != ''">
<xsl:when test="string-length($units) = 0 or $units = 0">
<xsl:value-of select="generate-id(.)" />
</xsl:when>
<xsl:otherwise>