<?php
 
/**
 
* @package domit-xmlparser
 
* @version 0.95
 
* @copyright (C) 2004 John Heinstein. All rights reserved
 
* @license http://www.gnu.org/copyleft/lesser.html LGPL License
 
* @author John Heinstein <[email protected]>
 
* @link http://www.engageinteractive.com/domit/ DOMIT! Home Page
 
* DOMIT! is Free Software
 
**/
 
 
/** The file system path to the domit library */
 
define('DOMIT_INCLUDE_PATH', (dirname(__FILE__) . "/"));
 
require_once(DOMIT_INCLUDE_PATH . 'xml_domit_parser.php');
 
?>
 
 
 |