home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2001 October / PCpro_2001_10.ISO / browser / netscape61 / N6SetupB.exe / bin / chrome / help.jar / content / help / contents.rdf next >
Encoding:
Extensible Markup Language  |  2001-03-27  |  879 b   |  26 lines

  1. <?xml version="1.0"?>
  2. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.          xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
  4.  
  5.   <RDF:Seq about="urn:mozilla:package:root">
  6.     <RDF:li resource="urn:mozilla:package:help"/>
  7.   </RDF:Seq>
  8.  
  9.   <RDF:Description about="urn:mozilla:package:help"
  10.         chrome:displayName="Mozilla Help Viewer"
  11.         chrome:author="netscape.com"
  12.         chrome:name="help">
  13.   </RDF:Description> 
  14.  
  15.   <!-- Declare overlay points used in this package -->
  16.   <RDF:Seq about="urn:mozilla:overlays">
  17.     <RDF:li resource="chrome://communicator/content/utilityOverlay.xul"/>
  18.   </RDF:Seq>
  19.  
  20.   <!-- Define the local overlay file(s) for each overlay point -->
  21.   <RDF:Seq about="chrome://communicator/content/utilityOverlay.xul">
  22.     <RDF:li>chrome://help/content/helpMenuOverlay.xul</RDF:li>
  23.   </RDF:Seq>
  24.  
  25. </RDF:RDF>
  26.