<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/file_imc">File_IMC</p>
 <c>pear.php.net</c>
 <v>0.3</v>
 <st>beta</st>
 <l>PHP License</l>
 <m>mroch</m>
 <s>Create and parse Internet Mail Consortium-style files (like vCard and vCalendar)</s>
 <d>Allows you to programmatically create a vCard or vCalendar, and fetch the text.

IMPORTANT: The array structure has changed slightly from Contact_Vcard_Parse.
See the example output for the new structure.  Also different from Contact_Vcard
is the use of a factory pattern.  Again, see the examples.
</d>
 <da>2003-09-30 21:41:00</da>
 <n>* Added file_exists() check to prevent E_NOTICE errors in factory if file doesn't exist (thanks, Davey)
* Cleaned up error handling to let the user app have control (File_IMC_Build::raiseError() no longer passes a PEAR_ERROR_* to PEAR::raiseError()) (thanks, Greg)
* Minor documentation additions/modifications (thanks, Greg)</n>
 <f>20369</f>
 <g>http://pear.php.net/get/File_IMC-0.3</g>
 <x xlink:href="package.0.3.xml"/>
</r>