0
如何使用simplexml_load_string函數忽略命名空間錯誤? 我只需要從xml中提取一級節點,我不關心名稱空間的定義。simplexml_load_string如何防止namespare錯誤
@simplexml_load_string不是解決方案,因爲我需要一個Xml對象。
如何使用simplexml_load_string函數忽略命名空間錯誤? 我只需要從xml中提取一級節點,我不關心名稱空間的定義。simplexml_load_string如何防止namespare錯誤
@simplexml_load_string不是解決方案,因爲我需要一個Xml對象。
$xml = simplexml_load_string($xmlstring, null, LIBXML_NOERROR);