use PHP's SimpleXML class. But to parse CDATA properly you need to use it in a special way: $xml = simplexml_load_file($this->filename, ...
確定! 回上一頁