<?php
$str=file_get_contents('http://。。。。Notice.xml');
$res = @simplexml_load_string($str,NULL,LIBXML_NOCDATA);
$res = json_decode(json_encode($res),true);
print_r($res);
?>
$str=file_get_contents('http://。。。。Notice.xml');
$res = @simplexml_load_string($str,NULL,LIBXML_NOCDATA);
$res = json_decode(json_encode($res),true);
print_r($res);
?>