summaryrefslogtreecommitdiffstats
path: root/xsl/html-common.xsl
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2003-07-17 19:48:07 +0000
committerTammy Fox <tfox@redhat.com>2003-07-17 19:48:07 +0000
commitebd12db1a16fb5a579f9ca2bab90ff7aa0544a27 (patch)
tree75468484e430de126cf80a7b102880de355f8ec6 /xsl/html-common.xsl
downloadfedora-doc-utils-ebd12db1a16fb5a579f9ca2bab90ff7aa0544a27.tar.gz
fedora-doc-utils-ebd12db1a16fb5a579f9ca2bab90ff7aa0544a27.tar.xz
fedora-doc-utils-ebd12db1a16fb5a579f9ca2bab90ff7aa0544a27.zip
Initial revision
Diffstat (limited to 'xsl/html-common.xsl')
-rw-r--r--xsl/html-common.xsl29
1 files changed, 29 insertions, 0 deletions
diff --git a/xsl/html-common.xsl b/xsl/html-common.xsl
new file mode 100644
index 0000000..9d553ae
--- /dev/null
+++ b/xsl/html-common.xsl
@@ -0,0 +1,29 @@
+<!-- created by Tammy Fox tfox@redhat.com for the RHL Project -->
+<!-- License: GPL -->
+<!-- Copyright 2003 Tammy Fox, Red Hat, Inc. -->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:exsl="http://exslt.org/common"
+ version="1.0"
+ exclude-result-prefixes="exsl">
+
+<!-- Admonition Graphics -->
+
+<xsl:param name="admon.graphics" select="1"></xsl:param>
+<xsl:param name="admon.graphics.path">/stylesheet-images/</xsl:param>
+
+<!-- titles after all elements -->
+
+<xsl:param name="formal.title.placement">
+figure after
+example after
+equation after
+table after
+procedure after
+</xsl:param>
+
+<xsl:output method="html" indent="no"/>
+
+<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
+
+</xsl:stylesheet>