summaryrefslogtreecommitdiff
path: root/xorg-chunk.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-chunk.xsl')
-rw-r--r--xorg-chunk.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg-chunk.xsl b/xorg-chunk.xsl
index 93b18b5..2e7f7b5 100644
--- a/xorg-chunk.xsl
+++ b/xorg-chunk.xsl
@@ -44,6 +44,13 @@
<!-- Index links should point to indexterm location, not start of section -->
<xsl:param name="index.links.to.section" select="0"/>
+ <!--
+ Use element count instead of random number for id generation, for more
+ repeatable builds
+ -->
+ <xsl:param name="generate.consistent.ids" select="1"/>
+
+
<!-- HTML Parameters -->
<!-- Uses XSLT Extension to provide more valid and better formatted elements-->