This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
[docbook-apps] XSL Customization
- From: JABakken at dstsystems dot com
- To: docbook-apps at lists dot oasis-open dot org
- Date: Wed, 27 Aug 2003 15:04:53 -0500
- Subject: [docbook-apps] XSL Customization
I have created my very first XSL customization layer, and I just wanted to
get some opinions as to whether or not it looks correct.
Here it is:
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="c:/docbook/xsltest/docbook-xsl-1.60.1
/htmlhelp/htmlhelp.xsl"/>
<xsl:param name="html.stylesheet" select="'XMLtoHTML.css'"/>
<xsl:param name="use.id.as.filename" select="'1'"/>
<xsl:param name="generate.toc" select="'nop'"/>
<xsl:param name="root.filename" select="'help'"/>
<xsl:param name="htmlhelp.hhc.section.depth" select="'1'"/>
<xsl:param name="htmlhelp.chm" select="'AWDScan.chm'"/>
<xsl:param name="htmlhelp.hhp" select="'AWDScan.hhp'"/>
<xsl:param name="htmlhelp.hhc" select="'AWDScan.hhc'"/>
<xsl:param name="htmlhelp.hhk" select="'AWDScan.hhk'"/>
<xsl:template name="user.footer.content">
<p class="synopsis">AWD/Scan 3.1</p>
</xsl:template>
</xsl:stylesheet>
I still have quite a few questions, but I figure I might as well first
verify that I'm at least on the right track.
Thanks in advance for any opinions.
-JB
To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.