<!--This file is for registering XSLT files that can transform Open Contacts XML of selected contacts into other
format. Open Contacts will read this file to generate dynamic sub-menu-items under [Main menu - Output - Export Contacts with XSLT]. 
File names without URI path will be assumed to be in WorkingDir\Templates.
-->
<OpenContactsXSLT xmlns="http://www.fonlow.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fonlow.com OpenContactsXSLTRegister.xsd">
  
<Items>
    
<Item>
      
<Title>Contacts to HTML</Title>
      
<Hint>Export selected contacts to HTML file or Internet Explorer</Hint>
      
<File>DefaultContacts.xsl</File>
    
</Item>
    
<Item>
      
<Title>Phone Numbers to HTML</Title>
      
<Hint>Export phone numbers of selected contacts to HTML file or Internet Explorer</Hint>
      
<File>DefaultPhoneOnly.xsl</File>
    
</Item>
    
<Item>
      
<Title>Email Addresses to HTML</Title>
      
<Hint>Export Email of selected contacts to HTML file or Internet Explorer</Hint>
      
<File>DefaultEmailOnly.xsl</File>
    
</Item>
    
<Item>
      
<Title>Communication Methods to HTML</Title>
      
<Hint>Export phone numbers, Email addresses, IM Ids etc. to HTML</Hint>
      
<File>defaultCommunication.xsl</File>
    
</Item>
    
<Item>
      
<Title>hCard Embedded in HTML</Title>
      
<Hint>Export to HTML with hCard embedded</Hint>
      
<File>hCard.xsl</File>
    
</Item>
  
</Items>
</OpenContactsXSLT>