[Phpxd-commits] CVS: phpXD/include/dtd DTDAttList.php,1.1,1.2 DTDAttribute.php,1.1,1.2 DTDElement.ph
Status: Beta
Brought to you by:
growbal
From: Thomas D. <th...@us...> - 2002-02-13 21:21:55
|
Update of /cvsroot/phpxd/phpXD/include/dtd In directory usw-pr-cvs1:/tmp/cvs-serv5097/include/dtd Modified Files: DTDAttList.php DTDAttribute.php DTDElement.php DTDElementChild.php DTDElementChoice.php DTDElementSequence.php Log Message: Index: DTDAttList.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/dtd/DTDAttList.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** DTDAttList.php 6 Feb 2002 23:00:41 -0000 1.1 --- DTDAttList.php 13 Feb 2002 21:21:48 -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: DTDAttribute.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/dtd/DTDAttribute.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** DTDAttribute.php 6 Feb 2002 23:00:42 -0000 1.1 --- DTDAttribute.php 13 Feb 2002 21:21:48 -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: DTDElement.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/dtd/DTDElement.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** DTDElement.php 6 Feb 2002 23:00:42 -0000 1.1 --- DTDElement.php 13 Feb 2002 21:21:48 -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: DTDElementChild.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/dtd/DTDElementChild.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** DTDElementChild.php 6 Feb 2002 23:00:42 -0000 1.1 --- DTDElementChild.php 13 Feb 2002 21:21:48 -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: DTDElementChoice.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/dtd/DTDElementChoice.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** DTDElementChoice.php 6 Feb 2002 23:00:42 -0000 1.1 --- DTDElementChoice.php 13 Feb 2002 21:21:48 -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: DTDElementSequence.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/dtd/DTDElementSequence.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** DTDElementSequence.php 6 Feb 2002 23:00:42 -0000 1.1 --- DTDElementSequence.php 13 Feb 2002 21:21:48 -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 |