yocto-project-qs-eclipse-customization.xsl 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version='1.0'?>
  2. <xsl:stylesheet
  3. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  4. xmlns="http://www.w3.org/1999/xhtml"
  5. xmlns:fo="http://www.w3.org/1999/XSL/Format"
  6. version="1.0">
  7. <xsl:import
  8. href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" />
  9. <xsl:import href="yocto-project-qs-titlepage.xsl"/>
  10. <xsl:param name="chunker.output.indent" select="'yes'"/>
  11. <xsl:param name="chunk.quietly" select="1"/>
  12. <xsl:param name="use.id.as.filename" select="1"/>
  13. <xsl:param name="ulink.target" select="'_self'" />
  14. <xsl:param name="base.dir" select="'html/yocto-project-qs/'"/>
  15. <xsl:param name="chunk.section.depth" select="0"/>
  16. <xsl:param name="html.stylesheet" select="'../book.css'"/>
  17. <xsl:param name="eclipse.manifest" select="0"/>
  18. <xsl:param name="create.plugin.xml" select="0"/>
  19. <xsl:param name="suppress.navigation" select="1"/>
  20. <xsl:param name="generate.index" select="0"/>
  21. <xsl:param name="generate.toc" select="'article nop'"></xsl:param>
  22. <xsl:param name="html.stylesheet" select="'style.css'" />
  23. </xsl:stylesheet>