blob: 50e6830dde6613fc3efb0fb6b54b113a9a6dfea1 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001<?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
8 <xsl:import href="http://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" />
9
10<!--
11
12 <xsl:import href="../template/1.76.1/docbook-xsl-1.76.1/eclipse/eclipse3.xsl" />
13
14 <xsl:import
15 href="http://docbook.sourceforge.net/release/xsl/1.76.1/eclipse/eclipse3.xsl" />
16
17-->
18
19 <xsl:import href="yocto-project-qs-titlepage.xsl"/>
20
21 <xsl:param name="chunker.output.indent" select="'yes'"/>
22 <xsl:param name="chunk.quietly" select="1"/>
23 <xsl:param name="use.id.as.filename" select="1"/>
24 <xsl:param name="ulink.target" select="'_self'" />
25 <xsl:param name="base.dir" select="'html/yocto-project-qs/'"/>
26 <xsl:param name="chunk.section.depth" select="0"/>
27 <xsl:param name="html.stylesheet" select="'../book.css'"/>
28 <xsl:param name="eclipse.manifest" select="0"/>
29 <xsl:param name="create.plugin.xml" select="0"/>
30 <xsl:param name="suppress.navigation" select="1"/>
31 <xsl:param name="generate.index" select="0"/>
32 <xsl:param name="generate.toc" select="'article nop'"></xsl:param>
33 <xsl:param name="html.stylesheet" select="'style.css'" />
34</xsl:stylesheet>