git-svn-id: http://xe-core.googlecode.com/svn/trunk@105 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-15 14:40:54 +00:00
parent 3275c2aefa
commit 20ba44fafe
6 changed files with 131 additions and 114 deletions

View file

@ -73,7 +73,7 @@
$buff = FileHandler::readFile($this->xml_file);
// xml parsing
$xml_obj = $this->parse($buff);
$xml_obj = parent::parse($buff);
// XmlJsFilter는 filter_name, field, parameter 3개의 데이터를 핸들링
$filter_name = $xml_obj->filter->attrs->name;

View file

@ -30,7 +30,7 @@
function parse($query_id, $xml_file, $cache_file) {
// query xml 파일을 찾아서 파싱, 결과가 없으면 return
$buff = FileHandler::readFile($xml_file);
$xml_obj = $this->parse($buff);
$xml_obj = parent::parse($buff);
if(!$xml_obj) return;
// 쿼리 스크립트를 만들때 필요한 변수들