3 * @package domit-xmlparser
4 * @copyright (C) 2004 John Heinstein. All rights reserved
5 * @license http://www.gnu.org/copyleft/lesser.html LGPL License
6 * @author John Heinstein <johnkarl@nbnet.nb.ca>
7 * @link http://www.engageinteractive.com/domit/ DOMIT! Home Page
8 * DOMIT! is Free Software
11 /** The file system path to the domit library */
12 define('DOMIT_INCLUDE_PATH', (dirname(__FILE__
) . "/"));
13 require_once(DOMIT_INCLUDE_PATH
. 'xml_domit_parser.php');