XML is a well-format and generally used in data transfer and store,likewise,JSON is a very convenient format for interchange data, and moreover JSON is easy to be parse by many language,
Based on this, specially when use javascript parse and loop the elements by xml,it's very time-consuming, we resort to the JSON, now we use the php to convert the xml to JSON format.
Prerequisite, json.php(standard package),xml2json.php(convert the xml to json) and some xml files.
refer to the attachment for detailed!
本文介绍了一种使用PHP将XML文件转换为JSON格式的方法。鉴于JSON易于解析且在多种编程语言中广泛应用,特别是在JavaScript环境中处理数据时更为高效。文章提供了一个实际案例,包括所需的PHP脚本(json.php和xml2json.php)及一些XML示例文件。
146

被折叠的 条评论
为什么被折叠?



