summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl
blob: f8f8930f279c7c807e9acc1a0d8ea90da4f98e3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version='1.0'?>
<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">

  <xsl:import
	  href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" />
  <xsl:import href="yocto-project-qs-titlepage.xsl"/>

  <xsl:param name="chunker.output.indent" select="'yes'"/>
  <xsl:param name="chunk.quietly" select="1"/>
  <xsl:param name="use.id.as.filename" select="1"/>
  <xsl:param name="ulink.target" select="'_self'" />
  <xsl:param name="base.dir" select="'html/yocto-project-qs/'"/>
  <xsl:param name="chunk.section.depth" select="0"/>
  <xsl:param name="html.stylesheet" select="'../book.css'"/>
  <xsl:param name="eclipse.manifest" select="0"/>
  <xsl:param name="create.plugin.xml" select="0"/>
  <xsl:param name="suppress.navigation" select="1"/>
  <xsl:param name="generate.index" select="0"/>
  <xsl:param name="generate.toc" select="'article nop'"></xsl:param>
  <xsl:param name="html.stylesheet" select="'style.css'" />
</xsl:stylesheet>