home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-mac-0.9.sea.hqx / mozilla-mac-0.9 / res / rdf / LocalStore.rdf < prev    next >
Text File  |  2001-05-05  |  2KB  |  60 lines

  1. <!--
  2.  
  3.   This file contains the description for the "local store". Using the
  4.   "#root" resource as the root of an RDF document will produce a content
  5.   model that can be displayed in the tree widget, HTML viewer, etc.
  6.  
  7.  -->
  8.  
  9. <?xml version="1.0"?>
  10. <?xml-stylesheet href="LocalStore.css" type="text/css"?>
  11. <?rdf-datasource href="rdf:mail"?>
  12. <?rdf-datasource href="rdf:bookmarks"?>
  13. <?rdf-builder cid="{3D262D00-8B5A-11d2-8EB0-00805F29F370}"?>
  14.  
  15. <RDF:RDF xmlns:RDF="http://www.w3.org/TR/WD-rdf-syntax#" 
  16.      xmlns:nc="http://home.netscape.com/NC-rdf#"
  17.          xmlns:web="http://home.netscape.com/WEB-rdf#">
  18.  
  19. <RDF:Description RDF:ID="#root">
  20.   <!-- List out all the columns that we want to appear in the tree control -->
  21.   <nc:Columns>
  22.     <RDF:Seq>
  23.        <RDF:li>
  24.          <RDF:Description nc:Title="Subject" nc:Column="http://home.netscape.com/NC-rdf#subject"/>
  25.        </RDF:li>
  26.  
  27.        <RDF:li>
  28.          <RDF:Description nc:Title="From" nc:Column="http://home.netscape.com/NC-rdf#from"/>
  29.        </RDF:li>
  30.  
  31.        <RDF:li>
  32.          <RDF:Description nc:Title="Date" nc:Column="http://home.netscape.com/NC-rdf#date"/>
  33.        </RDF:li>
  34.  
  35.        <RDF:li>
  36.          <RDF:Description nc:Title="Name" nc:Column="http://home.netscape.com/NC-rdf#Name"/>
  37.        </rdf:li>
  38.  
  39.        <RDF:li>
  40.          <RDF:Description nc:Title="Added" nc:Column="http://home.netscape.com/NC-rdf#BookmarkAddDate"/>
  41.        </RDF:li>
  42.  
  43.        <RDF:li>
  44.          <RDF:Description nc:Title="Last Visited" nc:Column="http://home.netscape.com/WEB-rdf#LastVisitDate"/>
  45.        </RDF:li>
  46.  
  47.        <RDF:li>
  48.          <RDF:Description nc:Title="Last Modified" nc:Column="http://home.netscape.com/WEB-rdf#LastModifiedDate"/>
  49.        </RDF:li>
  50.     </RDF:Seq>
  51.   </nc:Columns>
  52.  
  53.   <!-- Top-level folders and items -->
  54.   <nc:child RDF:resource="http://www.netscape.com" nc:subject="Netscape Home Page!"/>
  55.   <nc:child RDF:resource="NC:MailRoot" nc:subject="Mail"/>
  56.   <nc:child RDF:resource="NC:BookmarksRoot" nc:subject="Bookmarks"/>
  57. </RDF:Description>
  58.  
  59. </RDF:RDF>
  60.