aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bz-html.xsl
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-13 19:47:58 +1000
committerDavid Walter Seikel2014-01-13 19:47:58 +1000
commitf9158592e1478b2013afc7041d9ed041cf2d2f4a (patch)
treeb16e389d7988700e21b4c9741044cefa536dcbae /libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bz-html.xsl
parentLibraries readme updated with change markers and more of the Irrlicht changes. (diff)
downloadSledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.zip
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.gz
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.bz2
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.xz
Update Irrlicht to 1.8.1. Include actual change markers this time. lol
Diffstat (limited to 'libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bz-html.xsl')
-rw-r--r--libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bz-html.xsl20
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bz-html.xsl b/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bz-html.xsl
new file mode 100644
index 0000000..1785fff
--- /dev/null
+++ b/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/bz-html.xsl
@@ -0,0 +1,20 @@
1<?xml version="1.0"?> <!-- -*- sgml -*- -->
2<!DOCTYPE xsl:stylesheet [ <!ENTITY bz-css SYSTEM "./bzip.css"> ]>
3
4<xsl:stylesheet
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
6
7<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
8<xsl:import href="bz-common.xsl"/>
9
10<!-- use 8859-1 encoding -->
11<xsl:output method="html" encoding="ISO-8859-1" indent="yes"/>
12
13<!-- we include the css directly when generating one large file -->
14<xsl:template name="user.head.content">
15 <style type="text/css" media="screen">
16 <xsl:text>&bz-css;</xsl:text>
17 </style>
18</xsl:template>
19
20</xsl:stylesheet>