"Lossner, Kevin" wrote:
>
> How does one go about specifying the base.dir parameter? That's where I hang
> up attempting to use the stylesheet. Looks like a very useful & interesting
base.dir parameter is used by chunk.xsl stylesheet. You can set this
parameter in your customization file:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import
href="file:///e:/sgml/stylesheets/dbxwork/contrib/htmlhelp/htmlhelp.xsl"/>
<xsl:param name="base.dir" select="'html/'"/>
<xsl:param name="use.id.as.filename" select="1"/>
<xsl:param name="htmlhelp.encoding" select="'ISO-8859-1'"/>
<xsl:param name="html.encoding" select="'ISO-8859-1'"/>
</xsl:stylesheet>
> piece of work. Is it a cleaned up version of whatever it was that Norm used
> to produce the old help file?
It is improved version from contrib/htmlhelp in standard XSL stylesheets
distribution. I think, tha Norm is using HTML Help generator based on
DSSSL stylesheet which he wrote for ArborText.
-----------------------------------------------------------------
Jirka Kosek
e-mail: [EMAIL PROTECTED]
http://www.kosek.cz
------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]