aboutsummaryrefslogtreecommitdiffstats
path: root/bz-html.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-html.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-html.xsl')
-rw-r--r--bz-html.xsl20
1 files changed, 0 insertions, 20 deletions
diff --git a/bz-html.xsl b/bz-html.xsl
deleted file mode 100644
index 1785fff..0000000
--- a/bz-html.xsl
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?> <!-- -*- sgml -*- -->
-<!DOCTYPE xsl:stylesheet [ <!ENTITY bz-css SYSTEM "./bzip.css"> ]>
-
-<xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
-<xsl:import href="bz-common.xsl"/>
-
-<!-- use 8859-1 encoding -->
-<xsl:output method="html" encoding="ISO-8859-1" indent="yes"/>
-
-<!-- we include the css directly when generating one large file -->
-<xsl:template name="user.head.content">
- <style type="text/css" media="screen">
- <xsl:text>&bz-css;</xsl:text>
- </style>
-</xsl:template>
-
-</xsl:stylesheet>