Vote Details for "XML_GRDDL" by till

» Details
» Comment
Very clean code, great proposal.

Otherwise I am with cweiske (regarding the absolute path).

My only objection (hence the conditional) is that you did not create your own exception class.

To fix that, add XML/GRDDL/Exception.php with:
require_once 'PEAR/Exception.php';
XML_GRDDL_Exception extends PEAR_Exception
{}

and fix all your throw's.