summaryrefslogtreecommitdiffstats
path: root/xslt
diff options
context:
space:
mode:
Diffstat (limited to 'xslt')
-rw-r--r--xslt/uddf-export.xslt4
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/uddf-export.xslt b/xslt/uddf-export.xslt
index 87868070a..bf4735f38 100644
--- a/xslt/uddf-export.xslt
+++ b/xslt/uddf-export.xslt
@@ -199,7 +199,7 @@
<repetitiongroup>
<xsl:attribute name="id">
<xsl:choose>
- <xsl:when test="string-length($units) = 0">
+ <xsl:when test="string-length($units) = 0 or $units = 0">
<xsl:value-of select="generate-id(.)" />
</xsl:when>
<xsl:otherwise>
@@ -271,7 +271,7 @@
<dive xmlns="http://www.streit.cc/uddf/3.2/">
<xsl:attribute name="id">
<xsl:choose>
- <xsl:when test="string-length($units) = 0">
+ <xsl:when test="string-length($units) = 0 or $units = 0">
<xsl:value-of select="generate-id(.)" />
</xsl:when>
<xsl:otherwise>