PHP Classes

File: xml_domit_include.php

Recommend this page to a friend!
  Classes of John Heinstein   DOMIT XML parser   xml_domit_include.php   Download  
File: xml_domit_include.php
Role: Class source
Content type: text/plain
Description: resolves DOMIT! include paths
Class: DOMIT XML parser
A Document Object Model (DOM) compliant xml parser
Author: By
Last change: - changed license to LGPL to allow integration with closed source applications
- phpDocumentor comments added to all source files
Date: 19 years ago
Size: 502 bytes
 

Contents

Class file image Download
<?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 <johnkarl@nbnet.nb.ca>
* @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');
?>