xref: /third_party/ninja/doc/dblatex.xsl (revision 695b41ee)
1695b41eeSopenharmony_ci<!-- This custom XSL tweaks the dblatex XML settings. -->
2695b41eeSopenharmony_ci<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
3695b41eeSopenharmony_ci  <!-- These parameters disable the list of collaborators and revisions.
4695b41eeSopenharmony_ci       Together remove a useless page from the front matter. -->
5695b41eeSopenharmony_ci  <xsl:param name='doc.collab.show'>0</xsl:param>
6695b41eeSopenharmony_ci  <xsl:param name='latex.output.revhistory'>0</xsl:param>
7695b41eeSopenharmony_ci</xsl:stylesheet>
8