[Phpxd-commits] CVS: phpXD/include/parser DOMParser.php,1.6,1.7 DTDParser.php,1.5,1.6
Status: Beta
Brought to you by:
growbal
|
From: Thomas D. <th...@us...> - 2002-02-13 21:21:55
|
Update of /cvsroot/phpxd/phpXD/include/parser
In directory usw-pr-cvs1:/tmp/cvs-serv5097/include/parser
Modified Files:
DOMParser.php DTDParser.php
Log Message:
Index: DOMParser.php
===================================================================
RCS file: /cvsroot/phpxd/phpXD/include/parser/DOMParser.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** DOMParser.php 8 Feb 2002 17:50:05 -0000 1.6
--- DOMParser.php 13 Feb 2002 21:21:48 -0000 1.7
***************
*** 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
***************
*** 25,29 ****
/**
* The current Element node which is parsed. Only valid while
! * parsing a XML file!
*
* @private
--- 25,29 ----
/**
* The current Element node which is parsed. Only valid while
! * parsing an XML file!
*
* @private
***************
*** 33,37 ****
/**
! * The last node which is parsed. Only valid while parsing a XML file!
*
* @private
--- 33,37 ----
/**
! * The last node which is parsed. Only valid while parsing an XML file!
*
* @private
***************
*** 42,46 ****
/**
* A CDataSection is parsed. All strings will be collected to one
! * CDataSection node. Only valid while parsing a XML file!
*
* @private
--- 42,46 ----
/**
* A CDataSection is parsed. All strings will be collected to one
! * CDataSection node. Only valid while parsing an XML file!
*
* @private
Index: DTDParser.php
===================================================================
RCS file: /cvsroot/phpxd/phpXD/include/parser/DTDParser.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** DTDParser.php 6 Feb 2002 23:10:48 -0000 1.5
--- DTDParser.php 13 Feb 2002 21:21:48 -0000 1.6
***************
*** 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
|