yocto-project-qs-customization.xsl 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version='1.0'?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
  3. <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/xhtml/docbook.xsl" />
  4. <!--
  5. <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/xhtml/docbook.xsl" />
  6. <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.76.1/xhtml/docbook.xsl" />
  7. -->
  8. <xsl:import href="yocto-project-qs-titlepage.xsl"/>
  9. <xsl:include href="../template/permalinks.xsl"/>
  10. <xsl:include href="../template/section.title.xsl"/>
  11. <xsl:include href="../template/component.title.xsl"/>
  12. <xsl:include href="../template/division.title.xsl"/>
  13. <xsl:include href="../template/formal.object.heading.xsl"/>
  14. <!--
  15. <xsl:param name="generate.toc" select="'article nop'"></xsl:param>
  16. <xsl:param name="html.stylesheet" select="'qs-style.css'" />
  17. -->
  18. <xsl:param name="html.stylesheet" select="'qs-style.css'" />
  19. <xsl:param name="chapter.autolabel" select="1" />
  20. <xsl:param name="appendix.autolabel" select="A" />
  21. <xsl:param name="section.autolabel" select="1" />
  22. <xsl:param name="section.label.includes.component.label" select="1" />
  23. <xsl:param name="generate.id.attributes" select="1" />
  24. <xsl:param name="generate.toc" select="'article nop'"></xsl:param>
  25. </xsl:stylesheet>