[SCM] Debian Live manual branch, master, updated. bf27e199fe604da3f9e72e786a6cbccdc57d737e

Daniel Baumann daniel at debian.org
Wed Nov 12 21:13:50 UTC 2008


The following commit has been merged in the master branch:
commit 690fed4a704f9b1f6bb3c133ed0d8b877706e325
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Nov 12 21:59:53 2008 +0100

    Rewrappint entity xsl stylesheets.

diff --git a/xsl/html.xsl b/xsl/html.xsl
index 1324156..c45a214 100644
--- a/xsl/html.xsl
+++ b/xsl/html.xsl
@@ -1,12 +1,12 @@
 <?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                version="1.0">
-  <xsl:import
-    href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
-  <xsl:param name="chunk.first.sections" select="1"/>
-  <xsl:param name="chunk.section.depth">1</xsl:param>
-  <xsl:param name="chunker.output.indent" select="'yes'"/>
-  <xsl:param name="section.autolabel">1</xsl:param>
-  <xsl:param name="section.label.includes.component.label">1</xsl:param>
-  <xsl:param name="use.id.as.filename">1</xsl:param>
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+	<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl" />
+
+	<xsl:param name="chunk.first.sections" select="1" />
+	<xsl:param name="chunk.section.depth">1</xsl:param>
+	<xsl:param name="chunker.output.indent" select="'yes'" />
+	<xsl:param name="section.autolabel">1</xsl:param>
+	<xsl:param name="section.label.includes.component.label">1</xsl:param>
+	<xsl:param name="use.id.as.filename">1</xsl:param>
 </xsl:stylesheet>
diff --git a/xsl/txt.xsl b/xsl/txt.xsl
index 227d812..5d83ad0 100644
--- a/xsl/txt.xsl
+++ b/xsl/txt.xsl
@@ -1,27 +1,28 @@
 <?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                version="1.0">
-  <xsl:import
-    href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
-  <xsl:param name="section.autolabel">1</xsl:param>
-  <xsl:param name="section.label.includes.component.label">1</xsl:param>
-  <xsl:param name="generate.toc">
-  appendix  title
-  article/appendix  nop
-  article   toc,title
-  book      toc,title,figure,table,example,equation
-  chapter   title
-  part      toc,title
-  preface   toc,title
-  qandadiv  toc
-  qandaset  toc
-  reference toc,title
-  sect1     toc
-  sect2     toc
-  sect3     toc
-  sect4     toc
-  sect5     toc
-  section   toc
-  set       toc,title
-  </xsl:param>
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+	<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
+
+	<xsl:param name="section.autolabel">1</xsl:param>
+	<xsl:param name="section.label.includes.component.label">1</xsl:param>
+
+	<xsl:param name="generate.toc">
+		appendix		title
+		article/appendix	nop
+		article			toc,title
+		book			toc,title,figure,table,example,equation
+		chapter			title
+		part			toc,title
+		preface			toc,title
+		qandadiv		toc
+		qandaset		toc
+		reference		toc,title
+		sect1			toc
+		sect2			toc
+		sect3			toc
+		sect4			toc
+		sect5			toc
+		section			toc
+		set			toc,title
+	</xsl:param>
 </xsl:stylesheet>

-- 
Debian Live manual



More information about the debian-live-changes mailing list