What to use for XML parsing / reading in PHP4

后端 未结 7 856
陌清茗
陌清茗 2020-12-21 16:00

Unfortunatly I have to work in a older web application on a PHP4 server; It now needs to parse a lot of XML for calling webservices (custom p

相关标签:
7条回答
  • 2020-12-21 16:55

    There is a simpleXML backport avaliable: http://www.ister.org/code/simplexml44/index.html

    If you can install that, then that will be the best solution.

    0 讨论(0)
提交回复
热议问题