[Phphtmllib-devel] SF.net SVN: phphtmllib:[3201] trunk/phphtmllib/src/xml/XMLDocument.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2008-11-21 18:27:56
|
Revision: 3201 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3201&view=rev Author: hemna Date: 2008-11-21 18:27:45 +0000 (Fri, 21 Nov 2008) Log Message: ----------- use the XMLTag factory, not the old style function creator Modified Paths: -------------- trunk/phphtmllib/src/xml/XMLDocument.inc Modified: trunk/phphtmllib/src/xml/XMLDocument.inc =================================================================== --- trunk/phphtmllib/src/xml/XMLDocument.inc 2008-11-07 21:45:48 UTC (rev 3200) +++ trunk/phphtmllib/src/xml/XMLDocument.inc 2008-11-21 18:27:45 UTC (rev 3201) @@ -297,7 +297,7 @@ * */ private function _build_root_tag() { - $this->_root_tag = xml_tag($this->_root_name); + $this->_root_tag = XMLTagClass::factory($this->_root_name); } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |