Skip to content

Commit

Permalink
linkend → annotates on annotation for DocBook compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gimsieke committed Aug 31, 2023
1 parent 45c2894 commit 69db8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsl/comments.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<xsl:variable name="parent-comment-ids" as="xs:string*"
select="key('by-w14-paraId', $parent-para-ids)/ancestor::w:comment[1]/@w:id"/>
<xsl:variable name="done" as="xs:string*" select="distinct-values($extended-info/@w15:done)"/>
<annotation linkend="comment_{$comment-id}">
<annotation annotates="comment_{$comment-id}">
<xsl:if test="exists(@w:author | @w:date | @w:initials) or exists($done) or exists($parent-comment-ids)">
<info>
<xsl:if test="@w:author | @w:initials">
Expand Down

0 comments on commit 69db8ec

Please sign in to comment.