[Phpxd-commits] CVS: phpXD/include/dom Document.php,1.1,1.2
Status: Beta
Brought to you by:
growbal
From: Thomas D. <th...@us...> - 2002-01-29 20:57:05
|
Update of /cvsroot/phpxd/phpXD/include/dom In directory usw-pr-cvs1:/tmp/cvs-serv2994/include/dom Modified Files: Document.php Log Message: Work on improved dtd support. Index: Document.php =================================================================== RCS file: /cvsroot/phpxd/phpXD/include/dom/Document.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Document.php 2002/01/25 22:18:18 1.1 --- Document.php 2002/01/29 20:57:01 1.2 *************** *** 53,56 **** --- 53,57 ---- $this->nodeType = DOCUMENT_NODE; $this->nodeName = "#document"; + $this->implementation = new DOMImplementation(); } |