hgbook

view stylesheets/html.xsl @ 1086:8ce6c7a3ebd2

2.4.3 zh translated finished
author Zhaoping Sun <zhaopingsun@gmail.com>
date Fri Nov 20 08:03:26 2009 -0500 (2009-11-20)
parents 1a3d882149fd
children
line source
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
4 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
6 <xsl:param name="draft.mode" select="no"/>
8 <!-- xsltproc can't support these extensions
9 <xsl:param name="use.extensions">1</xsl:param>
10 <xsl:param name="callouts.extension">1</xsl:param>
11 <xsl:param name="linenumbering.extension">1</xsl:param>
12 <xsl:param name="tablecolumns.extension">1</xsl:param>
13 <xsl:param name="textinsert.extension">1</xsl:param>
14 -->
16 <xsl:param name="admon.graphics" select="1" />
17 <xsl:param name="admon.graphics.extension">.png</xsl:param>
18 <xsl:param name="admon.graphics.path">figs/</xsl:param>
19 <xsl:param name="callout.graphics" select="1" />
20 <xsl:param name="callout.graphics.extension">.png</xsl:param>
21 <xsl:param name="callout.graphics.path">images/callouts/</xsl:param>
23 <xsl:param name="section.autolabel" select="1" />
24 <xsl:param name="section.label.includes.component.label">1</xsl:param>
26 <xsl:output method="html" encoding="utf-8" indent="yes"/> <!-- html only -->
27 <xsl:param name="chunker.output.encoding" select="'utf-8'"/> <!-- html only -->
28 <xsl:param name="chunker.output.indent" select="'yes'"/> <!-- html only -->
29 <xsl:param name="use.id.as.filename">0</xsl:param> <!-- html only -->
30 <xsl:param name="chunk.section.depth">0</xsl:param> <!-- html only -->
31 <xsl:param name="chunker.output.indent">yes</xsl:param> <!-- html only -->
32 <xsl:param name="html.stylesheet">hgbook.css</xsl:param> <!-- html only -->
34 </xsl:stylesheet>