diff options
Diffstat (limited to 'xorg-xhtml.xsl')
-rw-r--r-- | xorg-xhtml.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg-xhtml.xsl b/xorg-xhtml.xsl index d9b7b3e..502aafc 100644 --- a/xorg-xhtml.xsl +++ b/xorg-xhtml.xsl @@ -44,6 +44,12 @@ <!-- 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--> |