Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » nesting documentation
nesting documentation [message #615226] Thu, 12 June 2008 23:45
Robert Lauriston is currently offline Robert LauristonFriend
Messages: 31
Registered: July 2009
Member
I'm trying to nest some documentation following the instructions in:

http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/ua_help_content_nested.htm

Neither the top-down nor bottom-up approach seems to work. Am I doing
something wrong? Note that the HTML files are in doc.zip archives.
Everything works fine when the sets of docs are not nested.

*** Top-down ***

Added this to com.embarcadero.talon.help<version>/toc.xml where I wanted
to include the second TOC:

<toc label="Tuning SQL statements"
topic="../com.embarcadero.sqltuner.help/02_01a_Tuner.html">
<link toc="../com.embarcadero.sqltuner.help/toc.xml" />
</toc>

*** Bottom-up ***

Added this to com.embarcadero.talon.help<version>/toc.xml where I wanted
to include the second TOC:

<toc label="Tuning SQL Statements"
topic="../com.embarcadero.sqltuner.help/02_01a_Tuner.html">
<topic label="Tuning">
<link toc="../com.embarcadero.sqltuner.help/toc.xml" />
<anchor id="postTuning" />
</topic>
</toc>

Put this at the top of com.embarcadero.sqltuner.help<version>/toc.xml:

<toc link_to="../com.embarcadero.talon.help/toc.xml#postTuning"
label="Tuning SQL Statements">
Previous Topic:Eclipse 3.4 - .war deployment of a standalone help system
Next Topic:What's the right format for "link" path if toc file is in another plug-in?
Goto Forum:
  


Current Time: Fri Apr 26 15:35:39 GMT 2024

Powered by FUDForum. Page generated in 0.02774 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top