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


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

Re: 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


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