rename xmlparser
This commit is contained in:
parent
ad3edca025
commit
9b6a6268f0
2 changed files with 3 additions and 3 deletions
|
@ -91,7 +91,7 @@ if (!defined('CON_FRAMEWORK')) {
|
|||
* @copyright four for business AG <www.4fb.de>
|
||||
* @version 1.0
|
||||
*/
|
||||
class XmlParser {
|
||||
class clXmlParser {
|
||||
|
||||
/**
|
||||
* XML Parser autofree
|
||||
|
|
|
@ -493,8 +493,8 @@ class cApiModule extends Item {
|
|||
*/
|
||||
private function _parseImportFile($sFile, $sType = "module", $sEncoding = "ISO-8859-1") {
|
||||
global $_mImport;
|
||||
|
||||
$oParser = new XmlParser($sEncoding);
|
||||
|
||||
$oParser = new clXmlParser($sEncoding);
|
||||
|
||||
if ($sType == "module") {
|
||||
$oParser->setEventHandlers(array("/module/name" => "cHandler_ModuleData",
|
||||
|
|
Loading…
Reference in a new issue