diff options
Diffstat (limited to 'xorg.xsl')
-rw-r--r-- | xorg.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -41,6 +41,12 @@ DEALINGS IN THE SOFTWARE. <!-- 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"/> + <!-- PDF bookmarks extensions for FOP version 0.90 and later will be used. --> <xsl:param name="fop.extensions" select="0"></xsl:param> <xsl:param name="fop1.extensions" select="1"></xsl:param> |