aboutsummaryrefslogtreecommitdiffstats
path: root/bz-common.xsl
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:19 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:19 -0800
commit48e1144df43616c7672ed98ed9da40a50622c18b (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /bz-common.xsl
parentd78fa13a44d08622d61d0df71e731de77021dcf1 (diff)
downloadandroid_external_bzip2-48e1144df43616c7672ed98ed9da40a50622c18b.tar.gz
android_external_bzip2-48e1144df43616c7672ed98ed9da40a50622c18b.tar.bz2
android_external_bzip2-48e1144df43616c7672ed98ed9da40a50622c18b.zip
auto import from //depot/cupcake/@135843
Diffstat (limited to 'bz-common.xsl')
-rw-r--r--bz-common.xsl39
1 files changed, 0 insertions, 39 deletions
diff --git a/bz-common.xsl b/bz-common.xsl
deleted file mode 100644
index 66fcd6f..0000000
--- a/bz-common.xsl
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0"?> <!-- -*- sgml -*- -->
-<xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-
-<!-- we like '1.2 Title' -->
-<xsl:param name="section.autolabel" select="'1'"/>
-<xsl:param name="section.label.includes.component.label" select="'1'"/>
-
-<!-- Do not put 'Chapter' at the start of eg 'Chapter 1. Doing This' -->
-<xsl:param name="local.l10n.xml" select="document('')"/>
-<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
- <l:l10n language="en">
- <l:context name="title-numbered">
- <l:template name="chapter" text="%n.&#160;%t"/>
- </l:context>
- </l:l10n>
-</l:i18n>
-
-<!-- don't generate sub-tocs for qanda sets -->
-<xsl:param name="generate.toc">
-set toc,title
-book toc,title,figure,table,example,equation
-chapter toc,title
-section toc
-sect1 toc
-sect2 toc
-sect3 toc
-sect4 nop
-sect5 nop
-qandaset toc
-qandadiv nop
-appendix toc,title
-article/appendix nop
-article toc,title
-preface toc,title
-reference toc,title
-</xsl:param>
-
-</xsl:stylesheet>