Skip to content

Commit

Permalink
[TMP] Debugging local issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Sep 18, 2024
1 parent 0a40eb4 commit eedbdf8
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 124 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<xsl:choose>
<xsl:when test="count(key('ids', $attribute)) &gt; 1">
<xsl:attribute name="xml:id">
<xsl:value-of select="concat($attribute, '_', generate-id(.))"/>
<xsl:value-of select="concat($attribute, '_', generate-id())"/>
</xsl:attribute>
</xsl:when>
<xsl:otherwise>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
xmlns:ezcustom="http://ibexa.co/xmlns/dxp/docbook/custom"
version="5.0-variant ezpublish-1.0">
<para><anchor xml:id="top"/>some anchor with a name attribute.</para>
<para><anchor xml:id="bottom_idm5"/>some anchor with a name attribute.</para>
<para><anchor xml:id="bottom_idm7"/>another anchor with the same name attribute.</para>
<para><anchor xml:id="bottom_id1"/>some anchor with a name attribute.</para>
<para><anchor xml:id="bottom_id2"/>another anchor with the same name attribute.</para>
</section>
Loading

0 comments on commit eedbdf8

Please sign in to comment.