yocto-project-qs-customization.xsl 485 B

123456789
  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://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
  4. <xsl:import href="yocto-project-qs-titlepage.xsl"/>
  5. <xsl:param name="generate.toc" select="'article nop'"></xsl:param>
  6. <xsl:param name="html.stylesheet" select="'qs-style.css'" />
  7. </xsl:stylesheet>