summaryrefslogtreecommitdiff
path: root/xorg-xhtml.xsl
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-11-12 02:14:59 -0700
committerMatt Dew <marcoz@osource.org>2011-11-12 02:14:59 -0700
commit215bd684a85ceb3ed88aab376ba6b4a37617d80e (patch)
tree70e89640aea84c0c8899dbca9b5cead1cf5bc82d /xorg-xhtml.xsl
parent4b1d377c23c82cf20b28e280e7d9741ab9385b40 (diff)
Updates to xslHEADmaster
Diffstat (limited to 'xorg-xhtml.xsl')
-rw-r--r--xorg-xhtml.xsl30
1 files changed, 30 insertions, 0 deletions
diff --git a/xorg-xhtml.xsl b/xorg-xhtml.xsl
index d9b7b3e..f9b6362 100644
--- a/xorg-xhtml.xsl
+++ b/xorg-xhtml.xsl
@@ -56,5 +56,35 @@
<!-- Lists HTML Parameters-->
<xsl:param name="variablelist.as.table" select="1"/>
+<!-- -->
+
+<xsl:param name="body.font.size">10.5pt</xsl:param>
+<xsl:param name="body.start.indent">0pt</xsl:param>
+<xsl:param name="alignment">left</xsl:param>
+
+<xsl:param name="chapter.autolabel">1</xsl:param>
+<xsl:param name="section.autolabel">1</xsl:param>
+<xsl:param name="section.label.includes.component.label">1</xsl:param>
+
+
+<xsl:attribute-set name="sidebar.properties"
+ use-attribute-sets="formal.object.properties">
+ <xsl:attribute name="border-style">none</xsl:attribute>
+ <xsl:attribute name="background-color">#FFFFFF</xsl:attribute>
+ <xsl:attribute name="margin-left">30pt</xsl:attribute>
+
+
+ <xsl:attribute name="margin-top">0pt</xsl:attribute>
+ <xsl:attribute name="margin-bottom">0pt</xsl:attribute>
+ <xsl:attribute name="padding-top">0pt</xsl:attribute>
+ <xsl:attribute name="padding-bottom">0pt</xsl:attribute>
+
+
+</xsl:attribute-set>
+
+<xsl:template match="funcsynopsis[@class = 'FUNCCLASS']" mode="class.value">
+ <xsl:value-of select="'FUNCCLASS'"/>
+</xsl:template>
+
</xsl:stylesheet>