如何从大型 xml 文件中获取数据

发布于 2025-01-05 23:14:37 字数 392 浏览 0 评论 0原文

我有一个大的xml文件,我从air search api获取现在我只想从中获取数据并以(TagName:tagdata或innerhtml)等格式显示它

<tr>
 <td> TagName :   </td>
 <td>Tag Value or its InnerHTML</td>
</tr>

我想将所有数据转换为表格形式我也希望整个数据为在导航时,我发现很多脚本可以执行此操作,但仅显示第一组数据。

文件链接为 http://bp.elxer.com/air_search.xml

I have a large xml file which im getting from air search api now i just wanted to get data from it and show it in format like (TagName : tagdata or innerhtml)

<tr>
 <td> TagName :   </td>
 <td>Tag Value or its InnerHTML</td>
</tr>

i want to get all data into tabular form also i want whole data as while navigating i found a lot of script which does this but shows only first set of data.

link to file is http://bp.elxer.com/air_search.xml

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

热风软妹 2025-01-12 23:14:37

你可以使用 php simplexml_load_file

得到结果时,很容易用数据做任何你想要的事情。

You can use php simplexml_load_file

When you get the result, its easy to make whatever you want with the data.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文