Alter(or mess with) sun4i target flags a bit
[AROS.git] / external / bz2 / bz-html.xsl
blob1785fffbc956835900ca6171a64636822e0ef9bf
1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
2 <!DOCTYPE xsl:stylesheet [ <!ENTITY bz-css SYSTEM "./bzip.css"> ]>
4 <xsl:stylesheet
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
7 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
8 <xsl:import href="bz-common.xsl"/>
10 <!-- use 8859-1 encoding -->
11 <xsl:output method="html" encoding="ISO-8859-1" indent="yes"/>
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>
20 </xsl:stylesheet>