Steve Howe wrote:

> I've tried using something such as:
> <xsl:param name="htmlhelp.button.jump1.url" select="'http://www.linux.org'"/>

You must also set htmlhelp.button.jump1 to 1 and
htmlhelp.button.jump1.title to some reasonable title for button.
 
> but it raised the following error in the HTML Help Workshop Compiler:
> HHC5003: Error: Compilation failed while compiling http:\www.linux.org.

Just ignore this message. Compiled help will work.
 
> Where does the URL go on that param ? Can someone please point me a
> working example using a real-world URL ?

E.g. HTML Help version of TDG uses this setting:

<xsl:param name="htmlhelp.button.jump1" select="1"/>
<xsl:param
name="htmlhelp.button.jump1.url">http://sourceforge.net/docman/display_doc.php?docid=10513&amp;group_id=21935</xsl:param>
<xsl:param name="htmlhelp.button.jump1.title">Archives</xsl:param>

-- 
-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

Reply via email to