home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2005 October / maximum-cd-2005-10.iso / Software / Apps / FirefoxSetup1.0.6.exe / help.xpi / bin / chrome / help.jar / locale / en-US / help / firebirdhelp.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2004-05-02  |  1.4 KB  |  39 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!DOCTYPE window [
  4.     <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd">
  5.     %brandDTD;
  6. ]>
  7.  
  8. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  9.         xmlns:nc="http://home.netscape.com/NC-rdf#">
  10.  
  11.     <!-- MOZILLA MASTER HELP DOCUMENT -->
  12.     <rdf:Description about="urn:root"
  13.             nc:title="&brandFullName; Help"
  14.             nc:defaulttopic="firefox-help"
  15.             nc:base="chrome://help/locale/">
  16.         <nc:panellist>
  17.             <rdf:Seq>
  18.                 <rdf:li>
  19.                     <rdf:Description nc:panelid="glossary"
  20.                         nc:datasources="firebird-glossary.rdf"/>
  21.                 </rdf:li>
  22.                 <rdf:li>
  23.                     <rdf:Description nc:panelid="index"
  24.                         nc:datasources="firebird-index1.rdf"/>
  25.                 </rdf:li>
  26.                 <rdf:li>
  27.                     <rdf:Description nc:panelid="search"
  28.                         nc:datasources=""
  29.                         nc:emptysearchtext="[No matching items found.]"
  30.                         nc:emptysearchlink="chrome://help/locale/welcome.xhtml#search_tips"/>
  31.                 </rdf:li>
  32.                 <rdf:li>
  33.                     <rdf:Description nc:panelid="toc"
  34.                         nc:datasources="help-toc.rdf firebird-toc.rdf"/>
  35.                 </rdf:li>
  36.             </rdf:Seq>
  37.         </nc:panellist>
  38.     </rdf:Description>
  39. </rdf:RDF>