summaryrefslogtreecommitdiffstats
path: root/tools/user_guide.xsl
diff options
context:
space:
mode:
authorfbarriere <fbarriere>2005-06-22 19:41:33 +0000
committerfbarriere <fbarriere>2005-06-22 19:41:33 +0000
commitb78ffae1414364e7fcad8def43a67b6c948c858c (patch)
tree0b284aa7f0a0e921a8d71d72d42adef75ec678cd /tools/user_guide.xsl
parentc7e1553446ccd4bbd4b311fe6753e274616e0573 (diff)
downloadsylpheeddoc-doc-b78ffae1414364e7fcad8def43a67b6c948c858c.tar.gz
sylpheeddoc-doc-b78ffae1414364e7fcad8def43a67b6c948c858c.tar.xz
sylpheeddoc-doc-b78ffae1414364e7fcad8def43a67b6c948c858c.zip
Very preliminary versions of the stylesheets.
Diffstat (limited to 'tools/user_guide.xsl')
-rwxr-xr-xtools/user_guide.xsl37
1 files changed, 37 insertions, 0 deletions
diff --git a/tools/user_guide.xsl b/tools/user_guide.xsl
new file mode 100755
index 0000000..9a0cdb7
--- /dev/null
+++ b/tools/user_guide.xsl
@@ -0,0 +1,37 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version='1.0'>
+
+<!-- Import original style sheet: chunk.xsl (multi-page) or docbook.xsl (one page) -->
+
+ <xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.66.1/html/docbook.xsl"/>
+
+<!-- ******************************************************************
+ -
+ - Load the common custimzation for HTML:
+ -
+ - ******************************************************************
+ -->
+
+ <xsl:include href="user_guide_common.xsl"/>
+ <!-- xsl:include href="html_titlepage.xsl"/ -->
+
+ <xsl:param name="page.margin.top">10in</xsl:param>
+ <xsl:param name="page.margin.bottom">10in</xsl:param>
+ <xsl:param name="page.margin.inner">10in</xsl:param>
+ <xsl:param name="page.margin.outer">10in</xsl:param>
+
+<!-- ******************************************************************
+ -
+ - Custimization starts here:
+ -
+ - ******************************************************************
+ -->
+
+<!--
+ - Do not use the chunker in this version:
+ -->
+
+<xsl:param name="using.chunker" select="0"/>
+
+</xsl:stylesheet>