We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b1506 commit 658fc6cCopy full SHA for 658fc6c
doc/src/sgml/stylesheet-fo.xsl
@@ -22,11 +22,11 @@
22
23
<!--
24
Suppress the description of the commit link markers in print mode.
25
-Caues an "Unresolved ID reference found" warning during PDF builds
26
-because the paragraph is suppressed in the output.
+Use "node()" to keep the paragraph but remove all content; prevents
+an "Unresolved ID reference found" warning during PDF builds.
27
-->
28
-<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']">
29
- <!-- Output nothing for this para -->
+<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']//node()">
+ <!-- Output an empty para -->
30
</xsl:template>
31
32
<xsl:param name="use.extensions" select="1"></xsl:param>
0 commit comments