← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: DOCBOOK-APPS: Updated version of HTML Help stylesheets

From
Jirka Kosek <>
Date
2001-03-06T17:57:41+00:00
ID
Thread
Re: DOCBOOK-APPS: Updated version of HTML Help stylesheets
"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: 
  http://www.kosek.cz
← Prev in month ← Prev in thread
Next in thread → Next in month →