Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » What's the right format for "link" path if toc file is in another plug-in?
What's the right format for "link" path if toc file is in another plug-in? [message #474061] Fri, 13 June 2008 20:10
Eclipse UserFriend
Originally posted by: nospam_kowalskilee.gmail.com

Hi,

I'm looking at the extension points documentation for
org.eclipse.help.toc
( ref:http://help.eclipse.org/stable/index.jsp?topic=/org.ecli pse.platform.doc.isv/reference/extension-points/org_eclipse_ help_toc.html)

Both the "1. Topics as links" and "The toc element" sections of that
help topic use a path format with two leading .., such as:

href="../other.plugin.id/concepts/some_other_file.html"
and
link_to="../anotherPlugin/api.xml#moreapi"

But in the "The link element" section, what is the right path
specification if the toc.xml file that I'm linking in is actually in
another plug-in?

Do I still use the format "../other.plugin.id/tocfile.xml" ??

Like:
<topic label="Parent topic for nested children">
....
<link toc="../other.child.plugin/childtoc.xml" />
....
</topic>

Thanks in advance!
Lee Anne
Previous Topic:nesting documentation
Next Topic:Help view not on initial perspective layout
Goto Forum:
  


Current Time: Wed Apr 24 21:20:05 GMT 2024

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

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

Back to the top