$res = cleanString($res);
            $res = '<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body>'.getBlock('<div id="products">', '</div>', $res).'</body>';
            $dom = new DOMDocument();
            $dom->loadHTML($res);
            $xml = simplexml_import_dom($dom);
            print_r($xml);
 
0 件のコメント:
コメントを投稿