home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-macos9-1.3.1.sea.bin / Mozilla1.3.1 / Chrome / help.jar / content / help / contents.rdf next >
Extensible Markup Language  |  2003-06-07  |  889b  |  27 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.         chrome:localeVersion="1.3">
  14.   </RDF:Description> 
  15.  
  16.   <!-- Declare overlay points used in this package -->
  17.   <RDF:Seq about="urn:mozilla:overlays">
  18.     <RDF:li resource="chrome://communicator/content/utilityOverlay.xul"/>
  19.   </RDF:Seq>
  20.  
  21.   <!-- Define the local overlay file(s) for each overlay point -->
  22.   <RDF:Seq about="chrome://communicator/content/utilityOverlay.xul">
  23.     <RDF:li>chrome://help/content/helpMenuOverlay.xul</RDF:li>
  24.   </RDF:Seq>
  25.  
  26. </RDF:RDF>
  27.