Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] Where to find the plugin.dtd

Hi Brian,

I assume you want to know the specific markup for help, because there is no
generic plugin.dtd. Here is a first try at the DTD fragment for help.

<!ELEMENT extension  (toc|contexts)* >
<!ATTLIST  extension point  {org.eclipse.help.toc,
org.eclipse.help.contexts}  #REQUIRED>

<!--
Each toc extension point can define any number of toc files.
Each toc file definition specifies
- the toc file by its relative path (href) to the plugin
- whether the plugin contributes the toc as a section or a main table of
contents
- optional directory containing html help files that will be searcheable
but do not appear in a toc.
-->


 <!ELEMENT   toc EMPTY>
 <!ATTLIST    toc file CDATA   #REQUIRED>
 <!ATTLIST    toc primary (true | false) "false" >


 <!ATTLIST    toc extradir CDATA   #IMPLIED >





 <!-- Each contexts extension point can define any number of context files
 -->


 <!ELEMENT   contexts EMPTY>
 <!ATTLIST    contexts file CDATA   #REQUIRED>






                                                                                                                                           
                    Brian                                                                                                                  
                    Gillan/Raleigh/IBM@IBMUS        To:     platform-help-dev@xxxxxxxxxxx                                                  
                    Sent by:                        cc:                                                                                    
                    platform-help-dev-admin@e       Subject:     [platform-help-dev] Where to find the plugin.dtd                          
                    clipse.org                                                                                                             
                                                                                                                                           
                                                                                                                                           
                    06/07/2002 08:58 AM                                                                                                    
                    Please respond to                                                                                                      
                    platform-help-dev                                                                                                      
                                                                                                                                           
                                                                                                                                           



I see the the toc.dtd and context.dtd DTDs are included in the Eclipse SDK
distribution. Can someone point me to where I can find the plugin.dtd (CVS,
or otherwise).

Thanks, Brian

Phone: (919) 254-1765 Tie-line: 8-444-1765
GILLAN AT RALVM13 / bgillan@xxxxxxxxxx
Information Technology and Strategy
Dept. E14D Bld. 500
RTP, NC




Back to the top