[yocto] [PATCHv2 02/28] documentation/adt-manual/adt-manual-eclipse-customization.xsl: Added chunking and link parameters.

mail at timomueller.eu mail at timomueller.eu
Fri Sep 21 07:36:08 PDT 2012


From: Timo Mueller <timo.mueller at bmw-carit.de>

These parameters are required so resolve links between different
documentation parts inside eclipse.
---
 .../adt-manual-eclipse-customization.xsl           |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/documentation/adt-manual/adt-manual-eclipse-customization.xsl b/documentation/adt-manual/adt-manual-eclipse-customization.xsl
index 7844738..74600bd 100644
--- a/documentation/adt-manual/adt-manual-eclipse-customization.xsl
+++ b/documentation/adt-manual/adt-manual-eclipse-customization.xsl
@@ -6,9 +6,15 @@
 	version="1.0">
 
   <xsl:import
+	  href="http://docbook.sourceforge.net/release/xsl/current/html/onechunk.xsl" />
+  <xsl:import
 	  href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" />
 
   <xsl:param name="chunker.output.indent" select="'yes'"/>
+  <xsl:param name="chunk.first.sections" select="1"/>
+  <xsl:param name="chunk.section.depth" select="10"/>
+  <xsl:param name="use.id.as.filename" select="1"/>
+  <xsl:param name="ulink.target" select="'_self'" />
   <xsl:param name="base.dir" select="'html/adt-manual/'"/>
   <xsl:param name="html.stylesheet" select="'../book.css'"/>
   <xsl:param name="eclipse.manifest" select="0"/>
-- 
1.7.7.6




More information about the yocto mailing list