aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:24:39 +1000
committerDavid Walter Seikel2013-01-13 17:24:39 +1000
commit393b5cd1dc438872af89d334ef6e5fcc59f27d47 (patch)
tree6a14521219942a08a1b95cb2f5a923a9edd60f63 /libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl
parentAdd a note about rasters suggested start up code. (diff)
downloadSledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.zip
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.gz
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.bz2
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.xz
Added Irrlicht 1.8, but without all the Windows binaries.
Diffstat (limited to '')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl39
1 files changed, 39 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl b/libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl
new file mode 100644
index 0000000..66fcd6f
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl
@@ -0,0 +1,39 @@
1<?xml version="1.0"?> <!-- -*- sgml -*- -->
2<xsl:stylesheet
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
4
5<!-- we like '1.2 Title' -->
6<xsl:param name="section.autolabel" select="'1'"/>
7<xsl:param name="section.label.includes.component.label" select="'1'"/>
8
9<!-- Do not put 'Chapter' at the start of eg 'Chapter 1. Doing This' -->
10<xsl:param name="local.l10n.xml" select="document('')"/>
11<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
12 <l:l10n language="en">
13 <l:context name="title-numbered">
14 <l:template name="chapter" text="%n.&#160;%t"/>
15 </l:context>
16 </l:l10n>
17</l:i18n>
18
19<!-- don't generate sub-tocs for qanda sets -->
20<xsl:param name="generate.toc">
21set toc,title
22book toc,title,figure,table,example,equation
23chapter toc,title
24section toc
25sect1 toc
26sect2 toc
27sect3 toc
28sect4 nop
29sect5 nop
30qandaset toc
31qandadiv nop
32appendix toc,title
33article/appendix nop
34article toc,title
35preface toc,title
36reference toc,title
37</xsl:param>
38
39</xsl:stylesheet>