hgbook

diff stylesheets/chunk-stylesheet.xsl @ 916:0aaa70be1b13

Fix image links and move the throbber to a proper location to be served.
author dukebody <dukebody@gmail.com>
date Tue Oct 27 00:49:24 2009 +0100 (2009-10-27)
parents 23dc79421e06
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/stylesheets/chunk-stylesheet.xsl	Tue Oct 27 00:49:24 2009 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
     1.5 +
     1.6 +  <xsl:import href="system-xsl/html/chunk.xsl"/>
     1.7 +  <xsl:include href="base-html-stylesheet.xsl"/>
     1.8 +
     1.9 +  <!-- PARAMETER REFERENCE:                                         -->
    1.10 +  <!-- http://docbook.sourceforge.net/release/xsl/current/doc/html/ -->
    1.11 +
    1.12 +  <!-- Uncomment this to enable auto-numbering of sections -->
    1.13 +  <!-- xsl:param name="section.autolabel" select="1" / -->
    1.14 +  <xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
    1.15 +  <xsl:param name="use.id.as.filename" select="1"/>
    1.16 +  <xsl:param name="chunk.first.sections" select="0"/>
    1.17 +  <xsl:param name="chunk.section.depth" select="0"/>
    1.18 +  <xsl:param name="chunk.quietly" select="0"/>
    1.19 +
    1.20 +</xsl:stylesheet>