This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]