[Phpxd-commits] CVS: phpXD/include/dom Entity.php,1.3,1.4
Status: Beta
Brought to you by:
growbal
From: Thomas D. <th...@us...> - 2002-02-14 13:26:19
|
Update of /cvsroot/phpxd/phpXD/include/dom In directory usw-pr-cvs1:/tmp/cvs-serv14657/include/dom Modified Files: Entity.php Log Message: Index: Entity.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/dom/Entity.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Entity.php 13 Feb 2002 21:21:47 -0000 1.3 --- Entity.php 14 Feb 2002 13:26:16 -0000 1.4 *************** *** 17,21 **** /** * If the entity is unparsed, notationName is the entity's notation ! * name. For parsed entities , this attribute is null.<br> * DOM-Level 1 * --- 17,21 ---- /** * If the entity is unparsed, notationName is the entity's notation ! * name; for parsed entities, this attribute is null.<br> * DOM-Level 1 * |