1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!-- This file is generated from param.xweb; do not edit this file! -->
|
---|
3 |
|
---|
4 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" exclude-result-prefixes="src" version="1.0">
|
---|
5 |
|
---|
6 | <!-- ********************************************************************
|
---|
7 | $Id: param.xweb,v 1.3 2005/06/28 12:33:37 xmldoc Exp $
|
---|
8 | ********************************************************************
|
---|
9 |
|
---|
10 | This file is part of the DocBook XSL Stylesheets distribution.
|
---|
11 | See ../README or http://docbook.sf.net/release/xsl/current/ for
|
---|
12 | copyright and other information.
|
---|
13 |
|
---|
14 | ******************************************************************** -->
|
---|
15 |
|
---|
16 | <xsl:param name="autolayout-file" select="'autolayout.xml'"/>
|
---|
17 | <xsl:param name="header.hr" select="1"/>
|
---|
18 | <xsl:param name="footer.hr" select="1"/>
|
---|
19 | <xsl:param name="feedback.href"/>
|
---|
20 | <xsl:param name="feedback.with.ids" select="0"/>
|
---|
21 | <xsl:param name="feedback.link.text">Feedback</xsl:param>
|
---|
22 | <xsl:param name="filename-prefix" select="''"/>
|
---|
23 | <xsl:param name="output-root" select="'.'"/>
|
---|
24 | <xsl:param name="dry-run" select="'0'"/>
|
---|
25 | <xsl:param name="rebuild-all" select="'0'"/>
|
---|
26 | <xsl:param name="nav.table.summary">Navigation</xsl:param>
|
---|
27 | <xsl:param name="navtocwidth">220</xsl:param>
|
---|
28 | <xsl:param name="navbodywidth"/>
|
---|
29 | <xsl:param name="textbgcolor">white</xsl:param>
|
---|
30 | <xsl:param name="navbgcolor">#4080FF</xsl:param>
|
---|
31 | <xsl:param name="toc.spacer.graphic" select="1"/>
|
---|
32 | <xsl:param name="toc.spacer.text">Â Â Â </xsl:param>
|
---|
33 | <xsl:param name="toc.spacer.image">graphics/blank.gif</xsl:param>
|
---|
34 | <xsl:param name="toc.pointer.graphic" select="1"/>
|
---|
35 | <xsl:param name="toc.pointer.text">Â >Â </xsl:param>
|
---|
36 | <xsl:param name="toc.pointer.image">graphics/arrow.gif</xsl:param>
|
---|
37 | <xsl:param name="toc.blank.graphic" select="1"/>
|
---|
38 | <xsl:param name="toc.blank.text">Â Â Â </xsl:param>
|
---|
39 | <xsl:param name="toc.blank.image">graphics/blank.gif</xsl:param>
|
---|
40 | <xsl:param name="suppress.homepage.title" select="'1'"/>
|
---|
41 | <xsl:attribute-set name="body.attributes">
|
---|
42 | <xsl:attribute name="bgcolor">white</xsl:attribute>
|
---|
43 | <xsl:attribute name="text">black</xsl:attribute>
|
---|
44 | <xsl:attribute name="link">#0000FF</xsl:attribute>
|
---|
45 | <xsl:attribute name="vlink">#840084</xsl:attribute>
|
---|
46 | <xsl:attribute name="alink">#0000FF</xsl:attribute>
|
---|
47 | </xsl:attribute-set>
|
---|
48 | <xsl:param name="sequential.links" select="'0'"/>
|
---|
49 | <xsl:param name="currentpage.marker" select="'@'"/>
|
---|
50 | <xsl:param name="banner.before.navigation" select="1"/>
|
---|
51 | <xsl:param name="table.spacer.image" select="'graphics/spacer.gif'"/>
|
---|
52 |
|
---|
53 | </xsl:stylesheet>
|
---|