[Phpxd-commits] CVS: phpXD/include/dom Entity.php,1.4,1.5
Status: Beta
Brought to you by:
growbal
From: Thomas D. <th...@us...> - 2002-06-26 21:15:00
|
Update of /cvsroot/phpxd/phpXD/include/dom In directory usw-pr-cvs1:/tmp/cvs-serv3371/include/dom Modified Files: Entity.php Log Message: Index: Entity.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/dom/Entity.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Entity.php 14 Feb 2002 13:26:16 -0000 1.4 --- Entity.php 26 Jun 2002 21:14:57 -0000 1.5 *************** *** 26,30 **** /** ! * Die public identifier URL (URI) for this entity.<br> * DOM-Level 1 * --- 26,30 ---- /** ! * The public identifier URL (URI) for this entity.<br> * DOM-Level 1 * *************** *** 35,39 **** /** ! * Die system identifier URL (URI) for this entity.<br> * DOM-Level 1 * --- 35,39 ---- /** ! * The system identifier URL (URI) for this entity.<br> * DOM-Level 1 * |