home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / messenger.jar / content / messenger / sidebar-messenger.rdf < prev    next >
Extensible Markup Language  |  2001-02-14  |  797b  |  23 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <!DOCTYPE RDF SYSTEM "chrome://messenger/locale/sidebar-messenger-rdf.dtd" >
  4. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5.          xmlns:NC="http://home.netscape.com/NC-rdf#">
  6.  
  7.   <RDF:Seq about="NC:MessengerSidebarRoot">
  8.     <RDF:li>
  9.        <RDF:Description ID="MessengerFolders">
  10.          <NC:title>&sidebar.folders.label;</NC:title>
  11.          <NC:content>chrome://messenger/content/folderPane.xul</NC:content>
  12.          <NC:height>250px</NC:height> 
  13.        </RDF:Description>
  14.     </RDF:li>
  15.     <RDF:li>
  16.        <RDF:Description ID="flash">
  17.          <NC:title>&sidebar.flash.label;</NC:title>
  18.          <NC:content>chrome://communicator/content/sidebar/flash.xul</NC:content>
  19.        </RDF:Description>
  20.     </RDF:li>
  21.   </RDF:Seq>
  22. </RDF:RDF>
  23.