home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / deflenus.xpi / bin / defaults / profile / mimeTypes.rdf < prev    next >
Extensible Markup Language  |  2001-02-06  |  1KB  |  33 lines

  1. <?xml version="1.0"?>  
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:NC="http://home.netscape.com/NC-rdf#">
  4.  
  5.   <Description about="urn:mimetypes"> 
  6.     <NC:MIME-types> 
  7.         <Seq about="urn:mimetypes:root"> 
  8.             <li resource="urn:mimetype:text/html"/> 
  9.         </Seq> 
  10.     </NC:MIME-types> 
  11.   </Description> 
  12.   
  13.   <Description about="urn:mimetype:text/html"> 
  14.     <NC:value>text/html</NC:value> 
  15.     <NC:description>Hypertext Document</NC:description> 
  16.     <NC:editable>false</NC:editable> 
  17.     <NC:fileExtensions>htm</NC:fileExtensions> 
  18.     <NC:fileExtensions>html</NC:fileExtensions> 
  19.     <NC:handlerProp>
  20.       <NC:handler about="urn:mimetype:handler:text/html"> 
  21.         <NC:saveToDisk>false</NC:saveToDisk> 
  22.         <NC:handleInternal>true</NC:handleInternal> 
  23.         <NC:externalApplicationProp>
  24.           <NC:externalApplication> 
  25.             <NC:prettyName></NC:prettyName> 
  26.             <NC:path></NC:path> 
  27.           </NC:externalApplication> 
  28.         </NC:externalApplicationProp>
  29.       </NC:handler> 
  30.     </NC:handlerProp> 
  31.   </Description> 
  32. </RDF>
  33.