<?xml version="1.0"?>
<portlets
    xmlns:i18n="http://xml.zope.org/namespaces/i18n"
    i18n:domain="plone">

 <!-- Portlet type registrations -->

 <portlet
   addview="plone.portlet.collection.Collection"
   title="Collection portlet"
   description="A portlet which displays the results of a collection query"
   i18n:attributes="title;
                    description"
   />

</portlets>
