[Phpxd-commits] CVS: phpXD phpXD.php,1.25,1.26
Status: Beta
Brought to you by:
growbal
From: Thomas D. <th...@us...> - 2002-02-06 23:08:03
|
Update of /cvsroot/phpxd/phpXD In directory usw-pr-cvs1:/tmp/cvs-serv30285 Modified Files: phpXD.php Log Message: Added initial support for DTDs. Index: phpXD.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/phpXD.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** phpXD.php 2002/01/26 13:20:00 1.25 --- phpXD.php 2002/02/06 22:58:41 1.26 *************** *** 7,13 **** --- 7,15 ---- // $Id$ + // Set the phpXD install path. $path = "."; require($path."include/dom.php"); + require($path."include/dtd.php"); require($path."include/parser.php"); ?> |