Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] TOC spanning multiple plugins

Mark,

Your dummy plug-in would need a TOC that link other TOCs.  For example:
<toc label="All the com docs">
      <link toc="../com.simple.doc/toc.xml" />
      <link toc="../com.medium.doc/toc.xml" />
      <topic label="Advanced stuff">
            <link toc="../com.advanced.doc/toc.xml" />
      </topic>
</toc>

Please read "Building nested documentation structures" in on line
documentation (type this title into search to find it).

Konrad Kolosowski
Eclipse Help System



                                                                                                                                              
                      "Mark Ayad"                                                                                                             
                      <mark@xxxxxxxxxxxx>             To:       <platform-help-dev@xxxxxxxxxxx>                                               
                      Sent by:                        cc:                                                                                     
                      platform-help-dev-admin@        Subject:  [platform-help-dev] TOC spanning multiple plugins                             
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      10/16/2002 02:53 PM                                                                                                     
                      Please respond to                                                                                                       
                      platform-help-dev                                                                                                       
                                                                                                                                              
                                                                                                                                              



Hi,

I was just wondering if You can define a TOC in say a dummy plugin which
sans multiple TOC files contained in other plugin directories ?

eg:

com.simple.doc
                    |
                    toc.xml
com.medium.doc
                    |
                    toc.xml
com.advanced.doc
                    |
                    toc.xml
com.all.docs
                    |
                    + add all toc here ?

Mark

_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev





Back to the top