From 190a67301e845f6eacc360b11b735c5c1eb67f11 Mon Sep 17 00:00:00 2001 From: haneul Date: Tue, 11 Dec 2007 10:59:06 +0000 Subject: [PATCH] =?UTF-8?q?XmlParser=20class=EB=A1=9C=20=EB=BA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3305 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../xml/GeneralXmlParser.class.php | 8 +++++++- modules/lifepod/lifepod.model.php | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) rename modules/lifepod/me2dayXmlParser.class.php => classes/xml/GeneralXmlParser.class.php (87%) diff --git a/modules/lifepod/me2dayXmlParser.class.php b/classes/xml/GeneralXmlParser.class.php similarity index 87% rename from modules/lifepod/me2dayXmlParser.class.php rename to classes/xml/GeneralXmlParser.class.php index b836701fe..7bcd41a1e 100644 --- a/modules/lifepod/me2dayXmlParser.class.php +++ b/classes/xml/GeneralXmlParser.class.php @@ -1,5 +1,11 @@ getResponseBody(); - $oXmlParser = new Me2DayXmlParser(); + $oXmlParser = new GeneralXmlParser(); $xmldoc = $oXmlParser->parse($body); if(!$xmldoc->childNodes["feed"]->childNodes["entry"]) {