我試圖解析以下http://www.patrickarundell.net/THREE-IE-FEED.asp。我的代碼如下:XML解析 - 致命錯誤
$xml = new SimpleXMLElement('http://www.patrickarundell.net/THREE-IE-FEED.asp', NULL, TRUE);
echo $xml->asXML();
,但我發現了以下錯誤:
致命錯誤:在/內容未捕獲的異常「異常」有消息「字符串不能被解析爲XML」/HostingPlus /c/r/xxxxxxxxxx.com/subdomains/demo3/web/XMLParser.php:15堆棧跟蹤:#0 /content/HostingPlus/c/r/xxxxxxxx.com/subdomains/demo3/web/XMLParser.php(15) :SimpleXMLElement-> __construct('http://www.patr ...',0,true)#1 {main}拋出/content/HostingPlus/c/r/xxxxxxxxxx.com/subdomains/demo3/web/XMLParser .php on line 15
我一直在Google上搜索幾個小時,但沒有有很多運氣找到答案。任何幫助讚賞。
問候, 斯蒂芬
謝謝邁克爾,它在當地運行時沒有問題。所以必須是服務器的問題。 – Stephen 2011-04-09 12:54:54