xquared 확장콤포넌트 사용가능하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3062 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2007-11-23 14:40:44 +00:00
parent 61c1c53634
commit cc46a20754
7 changed files with 260 additions and 226 deletions

View file

@ -907,6 +907,7 @@
$oXmlParser = new XmlParser();
$xml_doc = $oXmlParser->parse($buff);
if($xml_doc->div) $xml_doc = $xml_doc->div;
else if($xml_doc->img) $xml_doc = $xml_doc->img;
$xml_doc->body = $matches[3];