[Phpxd-commits] CVS: phpXD/include dom.php,1.2,1.3 dtd.php,1.1,1.2 parser.php,1.1,1.2
Status: Beta
Brought to you by:
growbal
|
From: Thomas D. <th...@us...> - 2002-02-13 21:21:54
|
Update of /cvsroot/phpxd/phpXD/include In directory usw-pr-cvs1:/tmp/cvs-serv5097/include Modified Files: dom.php dtd.php parser.php Log Message: Index: dom.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/dom.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** dom.php 6 Feb 2002 23:23:22 -0000 1.2 --- dom.php 13 Feb 2002 21:21:47 -0000 1.3 *************** *** 1,4 **** <?php ! // phpXD - a XML DOM Implementation // // This Software and all associated files are released unter the --- 1,4 ---- <?php ! // phpXMLDOM - an XML DOM Implementation // // This Software and all associated files are released unter the Index: dtd.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/dtd.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** dtd.php 6 Feb 2002 22:58:43 -0000 1.1 --- dtd.php 13 Feb 2002 21:21:47 -0000 1.2 *************** *** 1,4 **** <?php ! // phpXD - a XML DOM Implementation // // This Software and all associated files are released unter the --- 1,4 ---- <?php ! // phpXMLDOM - an XML DOM Implementation // // This Software and all associated files are released unter the Index: parser.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/parser.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** parser.php 26 Jan 2002 13:20:01 -0000 1.1 --- parser.php 13 Feb 2002 21:21:47 -0000 1.2 *************** *** 1,4 **** <?php ! // phpXD - a XML DOM Implementation // // This Software and all associated files are released unter the --- 1,4 ---- <?php ! // phpXMLDOM - an XML DOM Implementation // // This Software and all associated files are released unter the |