OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK: Problem with DocBook XSL 1.58.1 andhtmlhelp.button.jump1.urlparam


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: jirka@kosek.cz
  http://www.kosek.cz


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC