[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Need help with the eclipse standalone help

Hi again,

I try and try it and it don't work...
What I tried so far:
-I changed my html pages to xhtml pages.
-one new includes.xhtml file with:
  <p id="copy">
     Copyright 2006 My Company. All rights reserved.
 </p>
-in another xhtml file:
   <include path="plugin/html/path/includes.xhtml/copy"/>
-added extension point org.eclipse.help.contentProducer
  and bound org.eclipse.help.dynamic
  with my own written producer: help.dynamicTopic
-added extension point org.eclipse.help.base.luceneSearchParticipants
  and bound org.eclipse.help.base.xhtml

The help didn't make the include...
Did I forget something?
I use eclipse 3.3

Jenny



Jenny wrote:

Hi Lee Anne,

Thanks for all... u are my hero ;)
Your suggestion #2 sounds good. I'll try it

Jenny