comparison DOCS/xml/html-common.xsl @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents e9555bd1a9fb
children
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
3 version="1.0"> 3 version="1.0">
4 4
5 <xsl:output method="html" indent="no" 5 <xsl:output method="html" indent="no"
6 doctype-system="http://www.w3.org/TR/html4/loose.dtd" 6 doctype-system="http://www.w3.org/TR/html4/loose.dtd"
7 doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/> 7 doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
8 8
9 <!-- ************** 9 <!-- **************
10 Set parameters 10 Set parameters
11 ************** --> 11 ************** -->
12 12
13 <xsl:param name="chunker.output.encoding" select="'utf-8'"/> 13 <xsl:param name="chunker.output.encoding" select="'utf-8'"/>
36 <xsl:param name="navig.graphics" select="'0'"/> 36 <xsl:param name="navig.graphics" select="'0'"/>
37 <xsl:param name="navig.showtitles" select="'1'"/> 37 <xsl:param name="navig.showtitles" select="'1'"/>
38 38
39 <!-- Generate more links for Site Navigation Bar --> 39 <!-- Generate more links for Site Navigation Bar -->
40 <xsl:param name="html.extra.head.links" select="1"/> 40 <xsl:param name="html.extra.head.links" select="1"/>
41 41
42 <!-- Label sections too (eg. 2.1, 2.1.1) --> 42 <!-- Label sections too (eg. 2.1, 2.1.1) -->
43 <xsl:param name="section.autolabel" select="'1'"/> 43 <xsl:param name="section.autolabel" select="'1'"/>
44 <xsl:param name="section.label.includes.component.label" select="'1'"/> 44 <xsl:param name="section.label.includes.component.label" select="'1'"/>
45 45
46 <!-- Use informal procedures; no need to number them --> 46 <!-- Use informal procedures; no need to number them -->