<?xml version="1.0" encoding="iso-8859-1"?>  <mosinstall type="module">    <name>Events Legend</name>    <creationDate>February 2007</creationDate>    <author>JEvents Project Group</author>    <copyright>(C) 2006-2007 JEvents Project Group</copyright>    <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>    <authorEmail></authorEmail>    <authorUrl>joomlacode.org/gf/project/jevents</authorUrl>    <version>1.4.2-1</version>    <description>Shows legend for Events categories</description>    <files>      <filename module="mod_events_legend">mod_events_legend.php</filename>      </files>    <params>    <param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module">    	<option value="0">No</option>    	<option value="1">Yes</option>    </param>	<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />    <param name="show_admin" type="radio" default="0" label="Show Admin Panel" description="Show admin panel i.e. 'add event' and 'my events' in this module">    	<option value="0">No</option>    	<option value="1">Yes</option>    </param>    </params> </mosinstall>
