gpt4 book ai didi

php - 简单 XML 命名空间警告

转载 作者:可可西里 更新时间:2023-11-01 13:16:08 25 4
gpt4 key购买 nike

我正在尝试使用 simplexml 解析以下 XML...

http://datapoint.metoffice.gov.uk/public/data/txt/wxfcs/regionalforecast/xml/500?key=ed47ad61-5033-48c8-bf7c-6c4c0b17c3f3

但是一旦我添加了这一行...

$xml = simplexml_load_file('http://datapoint.metoffice.gov.uk/public/data/txt/wxfcs/regionalforecast/xml/500?key=ed47ad61-5033-48c8-bf7c-6c4c0b17c3f3');

我得到了类似的错误

namespace warning : xmlns: URI www.metoffice.gov.uk/xml/metoRegionalFcst is not absolute

我似乎不知道如何解决这个问题。

最佳答案

只需在 simplexml_load_file 之前添加@

喜欢

$xml = @simplexml_load_file(' http://datapoint.metoffice.gov.uk/public/data/txt/wxfcs/regionalforecast/xml/500?key=ed47ad61-5033-48c8-bf7c-6c4c0b17c3f3 ');

关于php - 简单 XML 命名空间警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25453022/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com